shish 3 лет назад
Родитель
Сommit
a33f32683d
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app-hd/controllers/RefundController.php

+ 2 - 0
app-hd/controllers/RefundController.php

@@ -175,6 +175,8 @@ class RefundController extends BaseController
             $shopExt = ShopExtClass::getByCondition(['shopId' => $shopId], true);
             ShopExtClass::orderCancelRemind($shopExt, $order);
 
+            util::complete();
+
         } catch (\Exception $e) {
             $transaction->rollBack();
             $msg = $e->getMessage();