GX-Bug #57726 » GIFTAmountFix.patch
src/system/classes/checkout/CheckoutProcessProcess.inc.php (date 1528888505000) | ||
---|---|---|
141 | 141 |
$this->save_order(); |
142 | 142 |
|
143 | 143 |
$this->save_module_data(); |
144 |
$this->coo_order_total->apply_credit(); |
|
144 | 145 |
$this->process_products(); |
145 | 146 |
$this->save_tracking_data(); |
146 | 147 |
|
... | ... | |
154 | 155 |
if($this->tmp_order == false) |
155 | 156 |
{ |
156 | 157 |
// NEW EMAIL configuration ! |
157 |
$this->coo_order_total->apply_credit(); |
|
158 |
|
|
159 | 158 |
$this->send_order_mail(); |
160 | 159 |
|
161 | 160 |
// load the after_process function from the payment modules |