Merge pull request #5886 from expsa/add_create_registration_param

[IMP] payment_hyperpay_tokenization: add createRegistration => true
This commit is contained in:
abdurrahman-saber 2025-12-30 16:07:04 +04:00 committed by GitHub
commit eab9147d80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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