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 / includes / wc-cashfree-scripts.php

wc-cashfree-scripts.php in Cashfree for WooCommerce 4.8.1, at includes/wc-cashfree-scripts.php

20 lines 411 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Cashfree scripts
4 */
5
6 defined( 'ABSPATH' ) || exit;
7
8 return array(
9 'wc-cashfree-checkout-js' => array(
10 'src' => 'https://sdk.cashfree.com/js/v3/cashfree.js',
11 'deps' => array(),
12 'version' => WC_CASHFREE_VERSION,
13 ),
14 'wc-cashfree-checkout' => array(
15 'src' => WC_CASHFREE_DIR_URL . 'assets/js/checkout.js',
16 'deps' => array(),
17 'version' => WC_CASHFREE_VERSION,
18 ),
19 );
20