Skip to content

Commit

Permalink
Fix incorrect order shipping address URI
Browse files Browse the repository at this point in the history
  • Loading branch information
jayelkaake committed Jun 16, 2021
1 parent d59d0da commit 218b601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bigcommerce/resources/orders/order_shipping_address.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module Bigcommerce
class OrderShippingAddress < Resource
include Bigcommerce::SubresourceActions.new(
uri: 'orders/%d/shipping_addresses/%d',
uri: 'orders/%d/shipping_addresses',
disable: %i[create update destroy destroy_all]
)

Expand Down

0 comments on commit 218b601

Please sign in to comment.