Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
2.4.4 bis
Browse files Browse the repository at this point in the history
2.4.4 bis
  • Loading branch information
clotairer authored May 4, 2022
2 parents 5980c70 + 5631793 commit 7ff9e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/front/orderSuccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ private function displayOrderConfirmation($intent)
true,
null,
array(
'id_cart' => $stripePayment->id_cart,
'id_cart' => $id_cart,
'id_module' => (int)$this->module->id,
'id_order' => $id_order,
'key' => $secure_key
Expand Down

0 comments on commit 7ff9e6c

Please sign in to comment.