Browse Source

update doc

tags/3.0.1
Lim Eng Shun 3 years ago
parent
commit
1fb19e31ff
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/Facade/Payment.php

+ 1
- 0
src/Facade/Payment.php View File

@@ -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…
Cancel
Save