소스 검색

update doc

tags/3.0.1
Lim Eng Shun 3 년 전
부모
커밋
1fb19e31ff
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/Facade/Payment.php

+ 1
- 0
src/Facade/Payment.php 파일 보기

@@ -15,6 +15,7 @@ use Symfony\Component\HttpFoundation\Response;
15 15
  * @package MirfalahTech\Laravel\Payment\Facade
16 16
  *
17 17
  * @method static PaymentGatewayDriver via(string $gateway = null)
18
+ * @method static PaymentGatewayDriver custom(string $driverClass, array $options)
18 19
  * @method static string createPaymentURL(PayableEntity $payable, array $options = [])
19 20
  * @method static bool verifyGatewayReturn(Request $request)
20 21
  * @method static bool verifyGatewayCallback(Request $request, Response &$response = null)

Loading…
취소
저장