Is it possible to implement express checkout for digital goods without using JavaScript? I want my website not to rely on Javascript enabled customers and customers who authorize payment can be redirected to PayPal pages. Do I just mark the transaction as digital goods (noshipping = 1, etc.)? Do I just have the user & amp; Token = Can I redirect to APIToken after setexpresscheckout instead of setting calls?
If you are transitioning from JS, remember Delete the PayPal script tag and code that pops up your link : New PAYPAL.apps.DGFlow ({Trigge: "link_id"})
Comments
Post a Comment