Yusk03
Results
2
comments of
Yusk03
Which type of payment system?
You can add own support in file PaymentsUtil.java like in Stripe if (tokenizationSpecification.hasKey("braintree")) { final ReadableMap stripe = tokenizationSpecification.getMap("braintree"); put("braintree:apiVersion", stripe.getString("apiVersion")); put("braintree:sdkVersion", stripe.getString("sdkVersion")); put("braintree:merchantId", stripe.getString("merchantId")); put("braintree:clientKey", stripe.getString("clientKey")); }