PluginProbe
Cashfree for WooCommerce / 4.3.9
Cashfree for WooCommerce v4.3.9
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.3.9, at dist/main.js

11 lines 269 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const merchantConfig = {
2 id: "cashfree-offer-widget", // id on which widget will load
3 token: "abc",
4 };
5
6 // To initiate Widget
7 const cashfree = CF_Offers(); // <merchantId>
8
9 // To call offersWidget by passing Merchant's Config
10 cashfree.offersWidget(merchantConfig);
11