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

[PW-6705] - Create a separate payment method for MOTO

Open candemiralp opened this issue 1 year ago • 4 comments

Description

Creating a different payment method will be more handy in order not to customise adyen_cc method further and to solve possible bottlenecks at manual capture and refund phases.

adyen_moto payment method added. Now, merchants can select the moto merchant account from order the creation page. That merchant account will be used for the transaction.

New MOTO payment flow requires major changes in the dependency injections. Since, every order can be placed with different merchant accounts; requests, http clients and related data builders are now being populated according to related MOTO merchant account that is stored in the additional_information field of the payment.

Tested scenarios

  • Customer e-mail
  • Operations on adyen_cc after upgrade to adyen_moto

candemiralp avatar Jul 18 '22 07:07 candemiralp

Can we add Customer Email to the tested scenarios? I would like to make sure that the customer doesn't receive the Adyen-specific information, only the payment method info.

acampos1916 avatar Aug 01 '22 07:08 acampos1916

Tested scenario: operations on adyen_cc orders after upgrade.

acampos1916 avatar Aug 01 '22 08:08 acampos1916

SonarCloud Quality Gate failed.    Quality Gate failed

Bug B 2 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] avatar Aug 02 '22 09:08 sonarcloud[bot]

candemiralp avatar Aug 16 '22 12:08 candemiralp