Skip to content

Commit

Permalink
fix: use correct commerce code
Browse files Browse the repository at this point in the history
  • Loading branch information
victormendoza96 committed Aug 28, 2024
1 parent 83fb54f commit 7ddd08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/webpay-mall-deferred/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
$details = [
[
"amount" => 10000,
"commerce_code" => 597055555536,
"commerce_code" => 597055555583,
"buy_order" => "ordenCompraDetalle1234"
],
[
"amount" => 12000,
"commerce_code" => 597055555537,
"commerce_code" => 597055555582,
"buy_order" => "ordenCompraDetalle4321"
],
];
Expand Down

0 comments on commit 7ddd08b

Please sign in to comment.