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…
Откажи
Сачувај