Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #79 from goshippo/cls-url-path-update
Browse files Browse the repository at this point in the history
Update CLS Order URL path
  • Loading branch information
philip-shippo authored Jun 6, 2022
2 parents 73c7472 + 7da1885 commit d8036fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippo/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class Order(CreateableAPIResource, ListableAPIResource, FetchableAPIResource):
@classmethod
def class_url(cls):
cls_name = cls.class_name()
return "%ss/" % (cls_name,)
return "v1/%ss/" % (cls_name,)


class Parcel(CreateableAPIResource, ListableAPIResource, FetchableAPIResource):
Expand Down

0 comments on commit d8036fe

Please sign in to comment.