mirror of
https://github.com/jlengrand/adyen-java-spark-online-payments.git
synced 2026-03-10 08:01:24 +00:00
Updated to latest checkout version. Added newly supported payment methods to README
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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 =
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user