Skip to content

Commit

Permalink
Actualización a PHP8
Browse files Browse the repository at this point in the history
  • Loading branch information
JKacicM committed Sep 29, 2023
1 parent 4533c57 commit 61acd7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Model/Simplified.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ public function validateKhipuCallback(Order $order, $notificationToken, $apiVers
}
$order->setState(Order::STATE_PROCESSING, TRUE);
$order->setStatus($order->getConfig()->getStateDefaultStatus(Order::STATE_PROCESSING));
$order->addStatusToHistory(Order::STATE_PROCESSING, 'Estado del pago KHIPU actualizado.');
$order->save();
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "khipu/magento2-khipu",
"type": "magento2-module",
"description": "khipu integration for Magento 2",
"version": "2.4.1",
"version": "2.4.5",
"homepage": "https://khipu.com",
"license": [
"OSL-3.0"
Expand Down

0 comments on commit 61acd7b

Please sign in to comment.