@@ -74,7 +74,7 @@ |
||
74 | 74 | * Executes the purchase. |
75 | 75 | * Calls proper API commands to purchase the product. |
76 | 76 | * @throws ErrorPurchaseException in case of failed purchase |
77 | - * @return true if the item was purchased successfully |
|
77 | + * @return boolean if the item was purchased successfully |
|
78 | 78 | */ |
79 | 79 | public function execute() |
80 | 80 | { |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use hipanel\modules\finance\grid\BillGridView; |
4 | -use hipanel\widgets\ActionBox; |
|
5 | 4 | use hipanel\widgets\IndexLayoutSwitcher; |
6 | 5 | use hipanel\widgets\IndexPage; |
7 | 6 | use hipanel\widgets\Pjax; |