adyen-magento2 icon indicating copy to clipboard operation
adyen-magento2 copied to clipboard

[PW-6974] - Handle tokenizations on wallet methods with the correct txVariant

Open Morerice opened this issue 1 year ago • 0 comments

Description When a token is created using a wallet payment method and the account is correctly configured on Adyen side, the txVariant returned will combine both the wallet and card type, ie. visa_googlepay. Hence, we should update the functionality to handle these cases.

Tested scenarios

  • Create PayPal Subscription token
  • Create GooglePay CardOnFile/Subscription token
  • Use GooglePay CardOnFile token

Morerice avatar Aug 16 '22 13:08 Morerice