Skip to content

Commit a91e6d2

Browse files
authored
Update src/shop/models.py
1 parent 6c53efa commit a91e6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shop/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def coinifyapiinvoice(self):
251251
return False
252252

253253
@property
254-
def coinifyapipaymentintent(self):
254+
def coinify _api_payment_intent(self):
255255
if not self.coinify_api_payment_intents.exists():
256256
return False
257257

0 commit comments

Comments
 (0)