Merge pull request #5889 from expsa/add_create_registration_param
[IMP] payment_hyperpay_tokenization: remove createRegistation in subs…
This commit is contained in:
commit
6522ab7c30
|
|
@ -77,6 +77,7 @@ class HyperPayTransaction(models.Model):
|
|||
'standingInstruction.initialTransactionId': self.payment_token_id.hyperpay_initial_transaction_id
|
||||
})
|
||||
payload.pop('customParameters[paymentFrequency]', None)
|
||||
payload.pop('createRegistration', None)
|
||||
return payload
|
||||
|
||||
def hyperpay_s2s_do_refund(self, **kwargs):
|
||||
|
|
|
|||
Loading…
Reference in New Issue