<div id=”paypal-button-container-P-10554576B6838684RMVZ3OYQ”></div>
<script src=”https://www.paypal.com/sdk/js?client-id=Aaxq2rHn_XdfLMxH77DlFlIZVFzeAaWD8QMagMvGLYxnLm85N-QJxCEa-R_VqfKClAZD3wj2ZG0BoRK5&vault=true&intent=subscription” data-sdk-integration-source=”button-factory”></script>
<script>
paypal.Buttons({
style: {
shape: ‘pill’,
color: ‘blue’,
layout: ‘horizontal’,
label: ‘subscribe’
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: ‘P-10554576B6838684RMVZ3OYQ’
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render(‘#paypal-button-container-P-10554576B6838684RMVZ3OYQ’); // Renders the PayPal button
</script>
