mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
More UI updates to Guest Pay
This commit is contained in:
@@ -23,9 +23,6 @@ async function initialize() {
|
||||
|
||||
elements = stripe.elements({ clientSecret });
|
||||
|
||||
const linkAuthenticationElement = elements.create("linkAuthentication");
|
||||
linkAuthenticationElement.mount("#link-authentication-element");
|
||||
|
||||
const paymentElementOptions = {
|
||||
layout: "tabs",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user