Changeset 1705734
- Timestamp:
- 07/31/2017 02:17:49 PM (9 years ago)
- Location:
- easy-paypal-lte/trunk
- Files:
-
- 2 edited
-
EzOffice.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-paypal-lte/trunk/EzOffice.php
r1464591 r1705734 514 514 $txn_id = self::_sanitizeTxnId($saleDetails['txn_id']); 515 515 $this->saleDetails = EZ::getSaleRow("sale_details", $txn_id); 516 // if (empty($this->saleDetails)) { // If PDT txn_ID is diff from the one in IPN, locate it by email517 // $email = $saleDetails['payer_email'];518 // $this->saleDetails = EZ::getSaleRow("sale_details", $email);519 // }520 516 $html = $this->processTemplate('download_page', true); 521 517 } … … 525 521 $alt = isset($_REQUEST['alt']); 526 522 $this->deliverFile($alt); 527 $html = $log->get();523 $html = "<pre style='text-align:left'>\n" . $log->get() . "</pre>"; 528 524 } 529 525 else { // No PDT. Query the customer for txn_id/email … … 537 533 $product = $this->getProduct(); 538 534 if (empty($product)) { 535 $ezppURL = EZ::ezppURL(); 539 536 $log->error("DeliverFile: Cannot deliver file for this transaction!"); 537 $log->error("DeliverFile: Please visit <a href='$ezppURL/update.php'>our delivery portal</a> to retrieve your product."); 540 538 return false; 541 539 } -
easy-paypal-lte/trunk/readme.txt
r1513038 r1705734 4 4 Tags: paypal, paypal ipn, e-commerce, shopping cart, payment gateway, digital goods, downloadable products, paypal integration, wordpress paypal integration, woocommerce, digital store, download manager, download monitor, ecommerce, eshop 5 5 Requires at least: 3.3 6 Tested up to: 4. 67 Stable tag: 7.9 06 Tested up to: 4.8 7 Stable tag: 7.91 8 8 9 9 EZ PayPal gets you started with your online business. Use PayPal IPN, sell digital goods with instant download, and no carts. Official PayPal Partner. … … 102 102 == Upgrade Notice == 103 103 104 Compatibility with WP4. 6. Many accumulated fixes and changes. Releasing the sunset version.104 Compatibility with WP4.8. Sunset edition. 105 105 106 106 == Screenshots == … … 198 198 = History = 199 199 200 * V7.91: Compatibility with WP4.8. Sunset edition. [Aug 1, 2017] 200 201 * V7.90: Compatibility with WP4.6. Many accumulated fixes and changes. Releasing the sunset version. [Oct 12, 2016] 201 202 * V7.87: Fixing an error that may have prevented creation of a non-digital product in the Pro version. Recommit. [Aug 11, 2016]
Note: See TracChangeset
for help on using the changeset viewer.