Skip to content

Commit f8614fe

Browse files
committed
Update SDK using contracts version 692a82e1a242d712e7ce5a4eff631297c431a3f5
1 parent 2e988e5 commit f8614fe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

eolymp/commerce/shopping_service_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def UpdateShippingAddress(self, request, **kwargs):
7676
)
7777

7878
def UpdateBillingAddress(self, request, **kwargs):
79-
path = "/store/cart/shipping-address"
79+
path = "/store/cart/billing-address"
8080

8181
return self.transport.request(
8282
method="POST",

eolymp/commerce/shopping_service_pb2.py

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)