<div id=”paypal-button-container-P-7XB72280L50436945MJINIQA”></div>
<script src=”https://www.paypal.com/sdk/js?client-id=AejShr5JjudnDd2SctG6OXdNSHKDwCkyVkXPMZVDjPmTdxGccJZGXBp3nefRoddr5ShNs0hGEF0W1CVQ&vault=true&intent=subscription” data-sdk-integration-source=”button-factory”></script>
<script>
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-7XB72280L50436945MJINIQA’
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render(‘#paypal-button-container-P-7XB72280L50436945MJINIQA’); // Renders the PayPal button
</script>