https://sites.google.com/view/careofanimals-ph-org/home
Be a CARE Supporter
https://www.paypal.com/sdk/js?client-id=ATwA3IsYZr1T9UC6nUaY691Z2XAO9WWX1KZCIR0SlQrvDjjqNhtNmU9SyUBykteUVKZg__kYoyRNbs_B&vault=true&intent=subscription
paypal.Buttons({
style: {
shape: ‘pill’,
color: ‘gold’,
layout: ‘vertical’,
label: ‘subscribe’
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: ‘P-5860259413448501JMJAVM4A’
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render(‘#paypal-button-container-P-5860259413448501JMJAVM4A’); // Renders the PayPal button