diff --git a/README.md b/README.md index c3f4256..dd7b03c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This repository includes examples of PCI-compliant UI integrations for online pa * [Drop-in](https://docs.adyen.com/checkout/drop-in-web) * [Component](https://docs.adyen.com/checkout/components-web) + * ACH * Alipay * Boleto * Card @@ -17,6 +18,7 @@ This repository includes examples of PCI-compliant UI integrations for online pa * Giropay * iDEAL * Klarna + * PayPal * Sofort diff --git a/config.properties b/config.properties index d11370a..5711ea3 100644 --- a/config.properties +++ b/config.properties @@ -3,7 +3,4 @@ [DEFAULT] merchantAccount = apiKey = -clientKey = -paymentMethodsUrl = https://checkout-test.adyen.com/v52/paymentMethods -paymentsUrl = https://checkout-test.adyen.com/v52/payments -paymentsDetailsUrl = https://checkout-test.adyen.com/v52/payments/details \ No newline at end of file +clientKey = \ No newline at end of file diff --git a/src/main/resources/templates/component.html b/src/main/resources/templates/component.html index 4bdb499..d116011 100644 --- a/src/main/resources/templates/component.html +++ b/src/main/resources/templates/component.html @@ -4,9 +4,9 @@ + href="https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/3.17.0/adyen.css" + integrity="sha384-gbQyzqV1xX+snFEMrubEm0IpmYSufBjUnHzTaJZ+dcWCyxl0j94IZhnfC2gbxgeu" + crossorigin="anonymous">