onApprove: function(data, actions) {
window.location.href = “/payment-confirmed/?sub_id=” + data.subscriptionID;
}
test paypal
One story. 15 min. Every day
- Access all Stories of one language
- Keep track of your progress
- Newsletter
- Discount for extra language
paypal.Buttons({
style: {
shape: ‘pill’,
color: ‘black’,
layout: ‘vertical’,
label: ‘subscribe’
paypal.Buttons({
style: {
shape: ‘pill’,
color: ‘black’,
layout: ‘vertical’,
label: ‘subscribe’
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: ‘P-82B65018VA603391RNHQT6XY’
});
},
onApprove: function(data, actions) {
window.location.href = “/payment-confirmed/?sub_id=” + data.subscriptionID;
}
}).render(‘#paypal-button-container-P-82B65018VA603391RNHQT6XY’); // Renders the PayPal button
- You do not need a Paypal account (tick the box on the form)
- This membership will be billed monthly, if not cancelled.
- Taxes included (where applicable)