[PW-1737] Add idempotency key (#531)
* [PW-1737] Add idempotency key * Add constraint to only work with php library version 4.1 and higher (4.1 we will release today)
Showing
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"adyen/php-api-library": "~2.1", | "adyen/php-api-library": "~4.1", | ||
"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.*" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment