Commit 05f4e9f8 by ivan Lan

Improve order_spec

parent 3e292b48
......@@ -206,7 +206,6 @@ RSpec.describe "#{namespace}/orders", type: :request, capture_examples: true, ta
type: :object, properties: {
address: { type: :string },
user_remark: { type: :text },
address: { type: :string },
delivery_way: { type: :string },
delivery_cost: { type: :string },
meta: { type: :object },
......@@ -285,7 +284,6 @@ RSpec.describe "#{namespace}/orders", type: :request, capture_examples: true, ta
type: :object, properties: {
address: { type: :string },
user_remark: { type: :text },
address: { type: :string },
delivery_way: { type: :string },
delivery_cost: { type: :string },
meta: { type: :object },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment