/* Adds a PayPal payment module to the given DOM elements See detailed documentation in Dev/mediawiki deferrable:YES -- This script needs a little bit to load anyways */ (function() { // 0. Data let standards = { minimumDollars: 5, // in full dollars presetDollars: { once: [20, 50, 200, 500, 1000], monthly: [10, 20, 50, 100, 200], yearly: [20, 50, 100, 200, 500], } }; let intervalModes = { once: '_xclick', subscription: '_xclick-subscriptions', }; // 1. Elements let template = $(`
Once Monthly Yearly
Please select an interval
Please select interval
Please select an amount of min $