Protected: SHOP TEST

Get your copy now while they last!

https://www.paypal.com/sdk/js?client-id=sb&enable-funding=venmo&currency=USD

function initPayPalButton() {
paypal.Buttons({
style: {
shape: ‘rect’,
color: ‘gold’,
layout: ‘vertical’,
label: ‘paypal’,

},

createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{“amount”:{“currency_code”:”USD”,”value”:7.41,”breakdown”:{“item_total”:{“currency_code”:”USD”,”value”:5},”shipping”:{“currency_code”:”USD”,”value”:2},”tax_total”:{“currency_code”:”USD”,”value”:0.41}}}}]
});
},

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();

If you want to purchase by check, fill out the contact form below to let us know how many copies you want and we will email you back directions.






Showing the single result