0nepeop1e 3 лет назад
Родитель
Сommit
af1de75a7d
2 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      .idea/workspace.xml
  2. 1
    1
      src/DummyPayDriver.php

+ 1
- 1
.idea/workspace.xml Просмотреть файл

@@ -71,7 +71,7 @@
71 71
       <option name="number" value="Default" />
72 72
       <option name="presentableId" value="Default" />
73 73
       <updated>1600830685900</updated>
74
-      <workItem from="1600830687029" duration="1452000" />
74
+      <workItem from="1600830687029" duration="2385000" />
75 75
     </task>
76 76
     <servers />
77 77
   </component>

+ 1
- 1
src/DummyPayDriver.php Просмотреть файл

@@ -30,7 +30,7 @@ class DummyPayDriver implements PaymentGatewayDriver
30 30
     public function createPaymentURL(PayableEntity $payable, array $options = []): string
31 31
     {
32 32
         $order_id = $payable->getBillId();
33
-        return "$this->callback_url?'".http_build_query(compact('order_id'));
33
+        return "$this->callback_url?".http_build_query(compact('order_id'));
34 34
     }
35 35
 
36 36
     public function verifyGatewayReturn(Request $request): bool

Загрузка…
Отмена
Сохранить