Skip to content

Commit

Permalink
Update swagger_helper.rb (#11427)
Browse files Browse the repository at this point in the history
Fixed typo in 99 row
  • Loading branch information
patrykwielgosz committed Oct 26, 2021
1 parent ae261d8 commit e2fa56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/spec/swagger_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
type: :object,
properties: {
order_id: { type: :string },
lebal: { type: :string, example: 'Shipping costs' },
label: { type: :string, example: 'Shipping costs' },
adjustable_id: { type: :string },
adjustable_type: { type: :string, example: 'Spree::LineItem' },
source_id: { type: :string },
Expand Down

0 comments on commit e2fa56b

Please sign in to comment.