Paypal Integration
This is where I'm having problems
i am using the most recent versions of WordPress, the EA plugin and extension.
After much learning I think I have the right credentials.
Here is a pic. This is where I copied the credentials from my pp developer:
Hi,
that should be fine. Can you please send me the link to that page with form where PayPal is missing? I need to check if there are some errors in console.
Best regards,
Nikola
Hi,
looks like there is something wrong with PHP settings there but here is quick fix. Can you please open file in Extension plugin called src/paypal_logic.php
and there scroll to part :
var total_amount = jQuery('#ea-total-amount').data('total');
return paypal.rest.payment.create(env, client, {
and please remove blank space between so that it looks like this:
var total_amount = jQuery('#ea-total-amount').data('total');
return paypal.rest.payment.create(env, client, {
Best regards, Nikola
It worked! Thank you for the fast response.
I love this plugin, but it was a little difficult figuring out the Paypal integration. I’d be happy to review your documentation and offer my thoughts as to what might make it easier from someone with my skill level (I would describe me as an advanced administrator).
Thank you so much for all the hard work creating this plugin and for the fast support. I will leave a positive review.
Please login or Register to submit your answer