Hi there, I have a subscription button code that I'm embedding on my website and in the code there's a place where you have a custom message after successful payment. Where exactly do I put the message in this code: onApprove: function(data, actions) { alert(data.subscriptionID); // You can add optional success message for the subscriber here } Do I put it before the ; or after the } ? Where exactly?
... View more