Merge pull request #5886 from expsa/add_create_registration_param
[IMP] payment_hyperpay_tokenization: add createRegistration => true
This commit is contained in:
commit
eab9147d80
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue