[PW-3137] Refactor Payment Status endpoint (#839)
Showing
... | @@ -17,7 +17,8 @@ | ... | @@ -17,7 +17,8 @@ |
"adyen/php-api-library": "^6.3", | "adyen/php-api-library": "^6.3", | ||
"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", | ||
"ext-json": "*" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "~6.5.0", | "phpunit/phpunit": "~6.5.0", | ||
... | ... |
Please register or sign in to comment