App\Ninja\PaymentDrivers\PayPalExpressPaymentDriver::gatewayTypes PHP Method

gatewayTypes() public method

public gatewayTypes ( )
    public function gatewayTypes()
    {
        return [GATEWAY_TYPE_PAYPAL];
    }