diff --git a/config.properties b/config.properties index 0830992..982a137 100644 --- a/config.properties +++ b/config.properties @@ -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 \ No newline at end of file +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