File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -254,8 +254,9 @@ private function sendOrderEmail(Order $order) {
254
254
* @throws \Exception
255
255
*/
256
256
private function setOrderProcessing (Order $ order ) {
257
- $ orderStatus = Order::STATE_PROCESSING ;
258
- $ order ->setStatus ($ orderStatus );
257
+ $ orderState = Order::STATE_PROCESSING ;
258
+ $ order ->setStatus ($ orderState );
259
+ $ order ->setState ($ orderState );
259
260
return $ order ->save ();
260
261
}
261
262
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " paymentwall/module-magento2" ,
3
3
"description" : " Offical Paymentwall module for Magento 2" ,
4
- "version" : " 2.5.2 " ,
4
+ "version" : " 2.5.3 " ,
5
5
"type" : " magento2-module" ,
6
6
"homepage" : " https://www.paymentwall.com/?source=gh" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3
- <module name =" Paymentwall_Paymentwall" setup_version =" 2.5.2 " schema_version =" 2.5.2 " >
3
+ <module name =" Paymentwall_Paymentwall" setup_version =" 2.5.3 " schema_version =" 2.5.3 " >
4
4
<sequence >
5
5
<module name =" Magento_Sales" />
6
6
<module name =" Magento_Payment" />
You can’t perform that action at this time.
0 commit comments