Avocado Treatment Set – Subscription
<div id=”paypal-button-container-P-7E873572Y99054341M7QKWNQ”></div>
<script src=”https://www.paypal.com/sdk/js?client-id=AVKQtMa0UNfxyQ4LfdWAEdWyIYPZEGbh-H2sjY3gj7cBQxg1v96lyj75_OtdYwKyl7Nu3di8M1-luuF7&vault=true&intent=subscription” data-sdk-integration-source=”button-factory”></script>
<script>
paypal.Buttons({
style: {
shape: ‘rect’,
color: ‘white’,
layout: ‘vertical’,
label: ‘subscribe’
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: ‘P-7E873572Y99054341M7QKWNQ’
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render(‘#paypal-button-container-P-7E873572Y99054341M7QKWNQ’); // Renders the PayPal button
</script>
Reviews
There are no reviews yet.