Plugin Directory

Changeset 2352461


Ignore:
Timestamp:
08/04/2020 02:17:56 PM (6 years ago)
Author:
alonezcount
Message:

improve the fix

Location:
ezcount/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ezcount/trunk/EZcount.php

    r2352457 r2352461  
    44 * Plugin URI:
    55 * Description: invoicing, clearing and paypal integration plugin.
    6  * Version: 1.9.3
     6 * Version: 1.9.4
    77 * Author: EZcount
    88 * Author URI:
     
    210210            );
    211211
    212             if (@$_GET['section'] == "ezcount"){
     212            $runIntegrationTest =  @$_GET['page'] == 'wc-settings' && @$_GET['tab'] == 'checkout' && @$_GET['section'] == "ezcount";
     213            if ($runIntegrationTest){
    213214                $integrationStatus = EZcount_helpers::testIntegration($this->environment,$this->api_key,$defaultEmail);
    214215                $arr = array();
  • ezcount/trunk/readme.txt

    r2352457 r2352461  
    44Tags        : Invoicing and clearing for Woocommerce, by EasyCount.
    55Tested up to: 4.9.8
    6 Version     : 1.9.3
     6Version     : 1.9.4
    77Stable tag: trunk
    88Requires PHP: 5.4
     
    49491.9.2 - improve integration tests error messages
    50501.9.3 - fix integration test bug
     511.9.4 - improve the fix
    5152
    5253== Upgrade notice ==
Note: See TracChangeset for help on using the changeset viewer.