Plugin Directory

Changeset 2296258


Ignore:
Timestamp:
05/01/2020 05:56:20 PM (6 years ago)
Author:
robtorres
Message:

Bug fixed

Location:
pay-with-ath-movil-woocommerce-gateway/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pay-with-ath-movil-woocommerce-gateway/trunk/readme.txt

    r2296093 r2296258  
    4040== Changelog ==
    4141
     42= 1.0.4 - 2020-05-01 =
     43* Fix - Bug that showed the error "athm_valid".
     44
    4245= 1.0.3 - 2020-05-01 =
    4346* Update - Added the spanish translation
  • pay-with-ath-movil-woocommerce-gateway/trunk/woocommerce-gateway-athmovil.php

    r2296093 r2296258  
    33 * Plugin Name:             Pay with ATH Movil (WooCommerce payment gateway)
    44 * Description:             A Woocommerce payment gateway for ATH Movil.
    5  * Version:                 1.0.3
     5 * Version:                 1.0.4
    66 * Requires at least:       4.4
    77 * Requires PHP:            7.0
     
    238238                }
    239239
    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);
    241241
    242242                wp_localize_script('wc-ath-movil', 'ATHM_Checkout', array(
Note: See TracChangeset for help on using the changeset viewer.