[PW-2033]: Update Magento2 to latest library version dependency (6.0.0) (#656)
* [PW-2033]: Adjusting Boleto and Multibanco response handling for PHP API Lib 6.0.0 * Update Block/Checkout/Success.php Co-Authored-By: cyattilakiss <42297201+cyattilakiss@users.noreply.github.com> * Update Block/Checkout/Success.php Co-Authored-By: cyattilakiss <42297201+cyattilakiss@users.noreply.github.com> * Update composer.json Co-Authored-By: cyattilakiss <42297201+cyattilakiss@users.noreply.github.com> * [PW-2033]: Added !empty check on action and pspReference and assigned both variables * [PW-2033]: Adjusting Multibanco additional data Co-authored-by: cyattilakiss <42297201+cyattilakiss@users.noreply.github.com>
Showing
... | ... | @@ -14,7 +14,7 @@ |
} | ||
], | ||
"require": { | ||
"adyen/php-api-library": "~4.1", | ||
"adyen/php-api-library": "~6", | ||
"magento/framework": ">=101.0.8 <102 || >=102.0.1", | ||
"magento/module-vault": "101.*", | ||
"magento/module-paypal": "100.3.*" | ||
... | ... |
Please register or sign in to comment