Wardrobe code 101/signup

wardrobe code 101

Wardrobe code 101

3 weeks online course

USD 79,90

[tcb-script src=”https://js.stripe.com/v3″][/tcb-script] Checkout[tcb-script](function() { var stripe = Stripe(‘pk_live_4cOA5MPga1UXS7lNTz6v8UrB006O361YqY’); var checkoutButton = document.getElementById(‘checkout-button-price_1IdhWDBvjYUoygkNAJ0QoXOz’); checkoutButton.addEventListener(‘click’, function () { /* * When the customer clicks on the button, redirect * them to Checkout. */ stripe.redirectToCheckout({ lineItems: [{price: ‘price_1IdhWDBvjYUoygkNAJ0QoXOz’, quantity: 1}], mode: ‘payment’, /* * Do not rely on the redirect to the successUrl for fulfilling * purchases, customers may not always reach the success_url after * a successful payment. * Instead use one of the strategies described in * https://stripe.com/docs/payments/checkout/fulfill-orders */ successUrl: ‘https://ylvamariadesign.se/success’, cancelUrl: ‘https://ylvamariadesign.se/canceled’, }) .then(function (result) { if (result.error) { /* * If `redirectToCheckout` fails due to a browser or network * error, display the localized error message to your customer. */ var displayError = document.getElementById(‘error-message’); displayError.textContent = result.error.message; } }); });})();[/tcb-script]