Marketing Package A - $550

paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'vertical', label: 'paypal' }, createSubscription: function(data, actions) { return actions.subscription.create({ /* Creates the subscription */ plan_id: 'P-1RR79509791413025MDJGMFA' }); }, onApprove: function(data, actions) { alert(data.subscriptionID); // You can add optional success message for the subscriber here } }).render('#paypal-button-container-P-1RR79509791413025MDJGMFA'); // Renders the PayPal button