Train Spirits Premium Starter Reader Upgrade

Upgrade to a premium reader today.

https://www.paypal.com/sdk/js?client-id=AeRnvWUo2xthZMdsJmU5DMMUJvZzfgH94Ie5e4AuxTB7fdQb_tTGt0HyI-rQywm2BHcIP1TAPzGUW8eP&vault=true&intent=subscription

paypal.Buttons({
style: {
shape: ‘rect’,
color: ‘gold’,
layout: ‘vertical’,
label: ‘paypal’
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: ‘P-3U60464730981745NM27J5XQ’
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render(‘#paypal-button-container-P-3U60464730981745NM27J5XQ’); // Renders the PayPal button