Skip to content

Commit 7fb2996

Browse files
committed
Replace logic in application_credit.py with a pass
1 parent 398e0ec commit 7fb2996

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
from ..base import ShopifyResource
22

33
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)
4+
pass

0 commit comments

Comments
 (0)