Changeset 2296258
- Timestamp:
- 05/01/2020 05:56:20 PM (6 years ago)
- Location:
- pay-with-ath-movil-woocommerce-gateway/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
woocommerce-gateway-athmovil.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pay-with-ath-movil-woocommerce-gateway/trunk/readme.txt
r2296093 r2296258 40 40 == Changelog == 41 41 42 = 1.0.4 - 2020-05-01 = 43 * Fix - Bug that showed the error "athm_valid". 44 42 45 = 1.0.3 - 2020-05-01 = 43 46 * Update - Added the spanish translation -
pay-with-ath-movil-woocommerce-gateway/trunk/woocommerce-gateway-athmovil.php
r2296093 r2296258 3 3 * Plugin Name: Pay with ATH Movil (WooCommerce payment gateway) 4 4 * Description: A Woocommerce payment gateway for ATH Movil. 5 * Version: 1.0. 35 * Version: 1.0.4 6 6 * Requires at least: 4.4 7 7 * Requires PHP: 7.0 … … 238 238 } 239 239 240 wp_register_script('wc-ath-movil', WC_ATHMOVIL_PLUGIN_URL . '/assets/scripts/athmovil-button. js', false, false, true);240 wp_register_script('wc-ath-movil', WC_ATHMOVIL_PLUGIN_URL . '/assets/scripts/athmovil-button.min.js', false, false, true); 241 241 242 242 wp_localize_script('wc-ath-movil', 'ATHM_Checkout', array(
Note: See TracChangeset
for help on using the changeset viewer.