Skip to content

Commit aaee24c

Browse files
order
1 parent 06cd470 commit aaee24c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/appfront/modules/Payment/block/paypal/express/Start.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function startButtonPayment()
3939
} else {
4040
var_dump($checkoutReturn);
4141
}
42+
exit;
4243
}
4344

4445

app/console/modules/Order/controllers/ItemController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function actionComputesellercount($pageNum)
7878
}
7979
}
8080

81-
return ture;
81+
return true;
8282
}
8383

8484

0 commit comments

Comments
 (0)