|
@@ -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)
|