Subscription Test
https://www.paypal.com/sdk/js?client-id=AS-33RxOicJjbNheI0TRz9Jk8MmdHeHW62WN0K01WIjBGcuuzmwx_RX3a-Ba-BYUQd85d714GhNC6Ogj&vault=true&intent=subscription
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-18A8142869548735JMEOBC2Y’
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render(‘#paypal-button-container-P-18A8142869548735JMEOBC2Y’); // Renders the PayPal button