GX-Bug #43902 » OrderDatePurchasedFix.patch
| src/system/classes/checkout/CheckoutProcessProcess.inc.php (revision ) | ||
|---|---|---|
| 305 | 305 |
'cc_start' => $this->coo_order->info['cc_start'], |
| 306 | 306 |
'cc_cvv' => $this->coo_order->info['cc_cvv'], |
| 307 | 307 |
'cc_issue' => $this->coo_order->info['cc_issue'], |
| 308 |
'date_purchased' => 'now()',
|
|
| 308 |
'date_purchased' => date('Y-m-d H:i:s'),
|
|
| 309 | 309 |
'orders_status' => $this->tmp_status, |
| 310 | 310 |
'currency' => $this->coo_order->info['currency'], |
| 311 | 311 |
'currency_value' => $this->coo_order->info['currency_value'], |