[IMP] payment_hyperpay_tokenization: add createRegistration => true
This commit is contained in:
parent
67ecd4d6db
commit
c86382f5a4
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue