We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398e0ec commit 7fb2996Copy full SHA for 7fb2996
shopify/resources/application_credit.py
@@ -1,12 +1,4 @@
1
from ..base import ShopifyResource
2
3
class ApplicationCredit(ShopifyResource):
4
- _prefix_source = "application_credits/$application_credit_id/"
5
-
6
- @classmethod
7
- def _prefix(cls, options={}):
8
- application_credit_id = options.get("application_credit_id")
9
- if application_credit_id:
10
- return "%s/application_credits/%s" % (cls.site, application_credit_id)
11
- else:
12
- return "%s" % (cls.site)
+ pass
0 commit comments