0nepeop1e преди 4 години
родител
ревизия
d729e84aeb
променени са 3 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 5
    0
      .idea/codeStyles/codeStyleConfig.xml
  2. 2
    0
      src/Contracts/PaymentGatewayDriver.php
  3. 1
    0
      src/Facade/Payment.php

+ 5
- 0
.idea/codeStyles/codeStyleConfig.xml Целия файл

@@ -0,0 +1,5 @@
1
+<component name="ProjectCodeStyleConfiguration">
2
+  <state>
3
+    <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
4
+  </state>
5
+</component>

+ 2
- 0
src/Contracts/PaymentGatewayDriver.php Целия файл

@@ -14,4 +14,6 @@ interface PaymentGatewayDriver
14 14
     public function verifyGatewayReturn(Request $request): bool;
15 15
 
16 16
     public function verifyGatewayCallback(Request $request, Response &$response = null): bool;
17
+
18
+    public function getBillIdFromRequest(Request $request);
17 19
 }

+ 1
- 0
src/Facade/Payment.php Целия файл

@@ -18,6 +18,7 @@ use Symfony\Component\HttpFoundation\Response;
18 18
  * @method static string createPaymentURL(PayableEntity $payable, array $options = [])
19 19
  * @method static bool verifyGatewayReturn(Request $request)
20 20
  * @method static bool verifyGatewayCallback(Request $request, Response &$response = null)
21
+ * @method static string|null getBillIdFromRequest(Request $request)
21 22
  */
22 23
 class Payment extends Facade
23 24
 {

Loading…
Отказ
Запис