Closed remcotolsma closed 2 years ago
- [x] Remove old web SDK gateway. https://github.com/pronamic/wp-pronamic-pay-adyen/blob/3.1.0/src/WebSdkGateway.php
Removed in https://github.com/pronamic/wp-pronamic-pay-adyen/commit/348782efcbfc3a4dbf7e7b9167161702e86129ea.
- [x]
Remove "API-key" setting, use new clientKey parameter.https://github.com/pronamic/wp-pronamic-pay-adyen/blob/3.1.0/src/Integration.php#L226-L240
API-key is probably still needed for server side communication with Adyen.
- [x] Remove "Origin Key" setting, no longer used, use new clientKey parameter. https://github.com/pronamic/wp-pronamic-pay-adyen/blob/3.1.0/src/Integration.php#L260-L278
- [x] Add new clientKey setting.
Removed/added in https://github.com/pronamic/wp-pronamic-pay-adyen/commit/c3d9bf2764b477dbbfe507bcad97106583711965.
Documentation
To-do
Remove "API-key" setting, use newclientKey
parameter.https://github.com/pronamic/wp-pronamic-pay-adyen/blob/3.1.0/src/Integration.php#L226-L240clientKey
parameter. https://github.com/pronamic/wp-pronamic-pay-adyen/blob/3.1.0/src/Integration.php#L260-L278clientKey
setting.environment
setting:test
,live
,live-au
, etc. https://docs.adyen.com/online-payments/web-drop-in#test-and-go-live4.0
).Related issues