Skip to content

Commit a0f5639

Browse files
committed
add payment variant to set_card_token
1 parent 4d3a848 commit a0f5639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payments/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def get_renew_token(self):
178178
"""
179179
raise NotImplementedError()
180180

181-
def set_renew_token(self, token, card_expire_year=None, card_expire_month=None):
181+
def set_renew_token(self, token, variant, card_expire_year=None, card_expire_month=None):
182182
"""
183183
Store the recurring payments renew token for user of this payment
184184
The renew token is string defined by the provider

0 commit comments

Comments
 (0)