[PW-2489] Fix afterpay component (#760)
* Work in progress * Add after pay fields to payment request * remove extra loggers * Fix code smells * Fix code smells adding in more places the consts * Integrate the checks in the request class * Update Gateway/Request/CheckoutDataBuilder.php Co-authored-by:Alessio Zampatti <alessio.zampatti@adyen.com> * Update Observer/AdyenHppDataAssignObserver.php Co-authored-by:
Alessio Zampatti <alessio.zampatti@adyen.com> * remove unused field * Update request structure for customerData * Fix instalments error on frontend and update generic component * [WIP] Fix missing getDateOfBirth * Fix date of birth retrieval from customer * Fix guest email address Co-authored-by:
Alessio Zampatti <alessio.zampatti@adyen.com> Co-authored-by:
attilak <attila.kiss@adyen.com>
Showing
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"adyen/php-api-library": "^6.3", | "adyen/php-api-library": "^7", | ||
"magento/framework": ">=101.0.8 <102 || >=102.0.1", | "magento/framework": ">=101.0.8 <102 || >=102.0.1", | ||
"magento/module-vault": "101.*", | "magento/module-vault": "101.*", | ||
"magento/module-paypal": ">=100.2.6" | "magento/module-paypal": ">=100.2.6" | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment