Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit d96a6d5

Browse files
committed
hotfix
1 parent eae5f63 commit d96a6d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/controllers/CheckoutController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function saveOrder() {
4343
$data["code-postal"],
4444
$data["country"]
4545
);
46-
46+
/*
4747
$this->invoiceModel->createInvoice(
4848
$_SESSION['user_id'],
4949
$_SESSION['cart'],
@@ -52,7 +52,7 @@ public function saveOrder() {
5252
$address_id
5353
);
5454
55-
55+
*/
5656

5757
// TODO: take into account all payment statuses and check in a cleaner way
5858
if($data['simulate_status'] == 3) {

0 commit comments

Comments
 (0)