# woo-vipps/5.4.2/recurring/src/entrypoints/main/main.js

Pay with Vipps and MobilePay for WooCommerce, version 5.4.2. 8 lines.

- Page: https://pluginprobe.com/plugins/woo-vipps/5.4.2/code/recurring/src/entrypoints/main/main.js
- Raw: https://pluginprobe.com/plugins/woo-vipps/5.4.2/raw/recurring/src/entrypoints/main/main.js
- Modified: 2025-01-13T14:06:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/woo-vipps/5.4.2/code/recurring/src/entrypoints/main/main.js#L10-L20`.

```javascript
import "./main.scss";
import createApp from "../../lib/create-app";
import PaymentRedirectPage from "../../pages/PaymentRedirectPage";

if (document.getElementById("vipps-mobilepay-recurring-app")) {
  createApp(document.querySelector("#vipps-mobilepay-recurring-app"), <PaymentRedirectPage/>);
}

```
