SPECIAL MONTHLY SUBSCRIPTION JUST $9.99-WalkingHorseChat.com
paypal.Buttons({
style: {
shape: 'rect',
color: 'blue',
layout: 'vertical',
label: 'subscribe'
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: 'P-80023597K83149108M6363GY'
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render('#paypal-button-container-P-80023597K83149108M6363GY'); // Renders the PayPal button