Changeset 2247465
- Timestamp:
- 02/20/2020 10:18:28 AM (6 years ago)
- Location:
- ezcount/trunk
- Files:
-
- 2 edited
-
EZcount.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ezcount/trunk/EZcount.php
r2235671 r2247465 4 4 * Plugin URI: 5 5 * Description: invoicing, clearing and paypal integration plugin. 6 * Version: 1.5. 46 * Version: 1.5.5 7 7 * Author: EZcount 8 8 * Author URI: … … 278 278 global $ezcountFormLoaded; 279 279 //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 281 282 if($ezcountFormLoaded){ 282 283 echo '<span class="EZcountMultipleCallsErr">MULTIPLE_CALLS_TO_IFRAME_PLEASE_FIX</span>'; … … 464 465 'comment' => "", 465 466 'transaction_id' => $secretTransactionId, 466 "cgp_id " => $cgp_id,467 "cgp_ids" => $cgp_id, 467 468 'ua_uuid' => $this->different_account_uuid, 468 469 "send_copy" => true, -
ezcount/trunk/readme.txt
r2235671 r2247465 4 4 Tags : invoicing, clearing and paypal integration plugin. 5 5 Tested up to: 4.9.8 6 Version : 1.5. 46 Version : 1.5.5 7 7 Stable tag: trunk 8 8 Requires PHP: 5.4
Note: See TracChangeset
for help on using the changeset viewer.