PluginProbe
Cashfree for WooCommerce / 4.8.1
Cashfree for WooCommerce v4.8.1
4.8.1 4.8.0 trunk 1.0 1.2 4.2.1 4.2.2 4.3.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.8 4.3.9 4.4.0 4.4.1 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.5.0 4.5.1 All 42 releases
cashfree / dist / main.js

main.js in Cashfree for WooCommerce 4.8.1, at dist/main.js

10 lines 237 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 window.addEventListener("load", function () {
2 const widgetConfig = {};
3
4 // To initiate Widget
5 const cashfree = CF_Widget(widgetConfig); // <merchantId>
6
7 // To call offersWidget by passing Merchant's Config
8 cashfree.load();
9 });
10