eqxDev
Results
2
comments of
eqxDev
trafficstars
Instead of doing ready try: `jQuery(function ($) {`
This is the code I use which functions, the data is just the same from the Paypal order create API $provider = new PayPal(); $provider->setApiCredentials(config('paypal')); $provider->getAccessToken(); $response = $provider->createOrder([ "intent"...