From 8480bcd3f984959cf19a6d0ce8ef1dfc562f9b6f Mon Sep 17 00:00:00 2001 From: Tyler Douglas Date: Thu, 5 Nov 2020 15:58:29 -0800 Subject: [PATCH] Updated to latest checkout version. Added newly supported payment methods to README --- README.md | 2 ++ config.properties | 5 +---- src/main/resources/templates/component.html | 10 +++++----- 3 files changed, 8 insertions(+), 9 deletions(-) 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">
@@ -21,8 +21,8 @@
-