mirror of
https://github.com/jlengrand/adyen-java-spark-online-payments.git
synced 2026-03-10 08:01:24 +00:00
fix properties name
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Enter your information below
|
||||
# No quotation marks are required
|
||||
[DEFAULT]
|
||||
merchant_account =
|
||||
checkout_apikey =
|
||||
origin_key =
|
||||
checkout_payment_methods_url = https://checkout-test.adyen.com/v52/paymentMethods
|
||||
checkout_payments_url = https://checkout-test.adyen.com/v52/payments
|
||||
checkout_detail_url = https://checkout-test.adyen.com/v52/payments/details
|
||||
merchantAccount =
|
||||
apiKey =
|
||||
originKey =
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user