Plugin Directory

Changeset 2247465


Ignore:
Timestamp:
02/20/2020 10:18:28 AM (6 years ago)
Author:
alonezcount
Message:

fix minor bug related attaching the invoice to the right payment in the UI

Location:
ezcount/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ezcount/trunk/EZcount.php

    r2235671 r2247465  
    44 * Plugin URI:
    55 * Description: invoicing, clearing and paypal integration plugin.
    6  * Version: 1.5.4
     6 * Version: 1.5.5
    77 * Author: EZcount
    88 * Author URI:
     
    278278            global $ezcountFormLoaded;
    279279            //if the iframe been called already
    280             // some users have this bug in their template
     280            // some users have this bug in their template and they are calling the iframe multiple times,
     281            // this creates multiple cookies, and the validation fails
    281282            if($ezcountFormLoaded){
    282283                echo '<span class="EZcountMultipleCallsErr">MULTIPLE_CALLS_TO_IFRAME_PLEASE_FIX</span>';
     
    464465                    'comment' => "",
    465466                    'transaction_id' => $secretTransactionId,
    466                     "cgp_id" => $cgp_id,
     467                    "cgp_ids" => $cgp_id,
    467468                    'ua_uuid' => $this->different_account_uuid,
    468469                    "send_copy" => true,
  • ezcount/trunk/readme.txt

    r2235671 r2247465  
    44Tags        : invoicing, clearing and paypal integration plugin.
    55Tested up to: 4.9.8
    6 Version     : 1.5.4
     6Version     : 1.5.5
    77Stable tag: trunk
    88Requires PHP: 5.4
Note: See TracChangeset for help on using the changeset viewer.