ECS-3530 Adyen Format error fix
Summary:
This PR fix format error using NT
Unit tests
Finished in 0.126432 seconds.
121 tests, 641 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed
Remote tests
Finished in 609.957316 seconds.
143 tests, 464 assertions, 11 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 92.3077% passed
0.23 tests/s, 0.76 assertions/s
-> failures not related to change
There's also a Rubocop error which is why the GitHub actions tests are failing
I added the conditional back into the app_mpi_data_for_network_tokenization_card method updating the cavv to tokenAuthenticationVerificationValue. It seems to me that the issue in the tests is with ApplePay and GooglePay. We need to be able to differentiate these from the standard network token flow, and continue to pass that value as cavv for apple pay and google pay.
Then we also need to continue to pass the existing recurring_contract info for apple_pay and google pay and only update that when it is a pure network token.
cc: @almalee24 @jherreraa
Great work on this one Johan, I know this framework can be a bit tricky!