Skip to content

Commit

Permalink
Typo array
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 committed Dec 24, 2023
1 parent fc475ad commit 7160f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/payment/pilibaba.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function index() {
'productId' => $product['product_id'],
'quantity' => $product['quantity'],
'weight' => $weight
)];
]);
}

$data['products'] = $products;
Expand Down

0 comments on commit 7160f23

Please sign in to comment.