Description
£40.00 worth of Fish every week
<div id=”paypal-button-container-P-6RC82002MC454914SM7I5WOQ”></div>
<script src=”https://www.paypal.com/sdk/js?client-id=Aa2C91-fjjHxpiaCqQem6gOzSCcBgAJHmWgoAj3jnZYjwcDUitUmDN2EUeX-m-_fdG41J0te6YEPsvjV&vault=true&intent=subscription” data-sdk-integration-source=”button-factory”></script>
<script>
paypal.Buttons({
style: {
shape: ‘rect’,
color: ‘gold’,
layout: ‘vertical’,
label: ‘subscribe’
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: ‘P-6RC82002MC454914SM7I5WOQ’
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render(‘#paypal-button-container-P-6RC82002MC454914SM7I5WOQ’); // Renders the PayPal button
</script>