Updated to latest checkout version. Added newly supported payment methods to README

This commit is contained in:
Tyler Douglas
2020-11-05 15:58:29 -08:00
parent 32b5a44f2b
commit 8480bcd3f9
3 changed files with 8 additions and 9 deletions

View File

@@ -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

View File

@@ -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
clientKey =

View File

@@ -4,9 +4,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet"
href="https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/3.13.0/adyen.css"
integrity="sha384-AtxcD/Ax9ZRBLJ63s/bwCMrfe/mXWt4TF7F+Vltoxo0WgAwWjVNDsfyMAgY+9nBi"
crossorigin="anonymous"/>
href="https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/3.17.0/adyen.css"
integrity="sha384-gbQyzqV1xX+snFEMrubEm0IpmYSufBjUnHzTaJZ+dcWCyxl0j94IZhnfC2gbxgeu"
crossorigin="anonymous">
<div id="payment-page">
<div class="container">
@@ -21,8 +21,8 @@
</div>
<script src="https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/3.13.0/adyen.js"
integrity="sha384-cMH19I9HPj31iL3b/lcBcpsqbieCGSLyNef+RzjS7g3h5DhP2BI6j68/ogKSQCAh"
<script src="https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/3.17.0/adyen.js"
integrity="sha384-G9jkTAyCOIVdksXbtrNgdur2DyRi85ujYLXbqe5AvvH23rN21d7xiU7cRIqvsEaH"
crossorigin="anonymous"></script>
<script id="payment-methods" type="application/json">{{ paymentMethods }}</script>