SUM: 30$
VAT: 5.4$
TOTAL: $35.4
paypal.Buttons({
style: {
shape: 'rect',
color: 'gold',
layout: 'vertical',
label: 'subscribe'
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: 'P-8X610242N8746304AM4VVPQY'
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render('#paypal-button-container-P-8X610242N8746304AM4VVPQY'); // Renders the PayPal button