[IMP] payment_hyperpay_tokenization: add createRegistration => true

This commit is contained in:
Abdurrahman Saber 2025-12-30 16:05:17 +04:00
parent 67ecd4d6db
commit c86382f5a4
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class HyperPayTransaction(models.Model):
"currency": self.currency_id.name,
'paymentBrand': self.payment_token_id.hyperpay_payment_brand,
"paymentType": "DB",
"createRegistration": True,
'standingInstruction.mode': 'INITIAL',
'standingInstruction.source': 'CIT',
'standingInstruction.recurringType': 'STANDING_ORDER',