#curtis_58573
1 messages · Page 1 of 1 (latest)
// Set up Stripe.js and Elements to use in checkout form
var style = {
base: {
color: "#32325d",
}
};
var card = elements.create("card", { style: style });
card.mount("#card-element");
Can you try this
It's just example code, sorry you need to change the div name and cardNumber
working on it now ...
yes, that works
any idea why it doesn't work on the other elements?