浏览代码

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)

正在加载...
取消
保存