Changeset 1556215
- Timestamp:
- 12/16/2016 02:37:23 PM (9 years ago)
- Location:
- zibbra/trunk
- Files:
-
- 3 edited
-
modules/checkout.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
zibbra.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zibbra/trunk/modules/checkout.php
r1535746 r1556215 208 208 // Send confirmation 209 209 210 ZOrder::sendConfirmation($this->order->getOrderid(), $this->current_payment_adapter->getId());210 //ZOrder::sendConfirmation($this->order->getOrderid(), $this->current_payment_adapter->getId()); 211 211 212 212 // Reset the cart -
zibbra/trunk/readme.txt
r1554444 r1556215 4 4 Contributors: Zibbra 5 5 Tags: Ecommerce, Cloud 6 Stable tag: 1.6. 36 Stable tag: 1.6.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 52 52 == Changelog == 53 53 54 = 1.6.4 = 55 56 * Suppress sending confirmation email from checkout, is handled automatically in the API when adding payments 57 54 58 = 1.6.3 = 55 59 -
zibbra/trunk/zibbra.php
r1554444 r1556215 6 6 * Plugin URI: http://wordpress.org/plugins/zibbra/ 7 7 * Description: Zibbra integration plugin for Wordpress 8 * Version: 1.6. 38 * Version: 1.6.4 9 9 * Author: Zibbra 10 10 * Author URI: https://www.zibbra.com … … 100 100 const FORM_ACTION = "zibbra"; 101 101 const ROLE = "customer"; 102 const VERSION = "1.6. 3";102 const VERSION = "1.6.4"; 103 103 104 104 private $controller = null;
Note: See TracChangeset
for help on using the changeset viewer.