test

10.00

SKU: test Category:

Description

[wpecpp name=”TEST” price=”.27″ align=”left”]


},

createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{"description":"Talk to Acharya VGR Pavan","amount":{"currency_code":"USD","value":61}}] }); },

onApprove: function(data, actions) { return actions.order.capture().then(function(orderData) {

// Full available details console.log('Capture result', orderData, JSON.stringify(orderData, null, 2));

// Show a success message within this page, e.g. const element = document.getElementById('paypal-button-container'); element.innerHTML = ''; element.innerHTML = '

Thank you for your payment!

';

// Or go to another URL: actions.redirect('thank_you.html');

}); },

onError: function(err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton();

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.