PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.0.1
Pay with Vipps and MobilePay for WooCommerce v6.0.1
6.2.3 6.2.2 6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 5.4.1 5.4.0 All 185 releases
woo-vipps / recurring / src / entrypoints / checkout / checkout.js

checkout.js in Pay with Vipps and MobilePay for WooCommerce 6.0.1, at recurring/src/entrypoints/checkout/checkout.js

8 lines 285 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import "./main.scss";
2 import createApp from "../../lib/create-app";
3 import CheckoutPage from '../../pages/CheckoutPage'
4
5 if (document.getElementById("vipps-mobilepay-recurring-checkout")) {
6 createApp(document.querySelector("#vipps-mobilepay-recurring-checkout"), <CheckoutPage/>);
7 }
8