????

Your IP : 18.219.74.193


Current Path : /home/thenclexdoctor.com/public_html/app/PaymentChannels/
Upload File :
Current File : /home/thenclexdoctor.com/public_html/app/PaymentChannels/ChannelManager.php

<?php
namespace App\PaymentChannels;

use App\Models\Order;
use App\Models\PaymentChannel;

class ChannelManager
{
    /**
     * @param PaymentChannel $paymentChannel
     * @return IChannel
     */
    public static function makeChannel(PaymentChannel $paymentChannel){
        $className = "App\\PaymentChannels\\Drivers\\{$paymentChannel->class_name}\\Channel";
        return new $className($paymentChannel);
    }

    /**
     * @param Order $order
     * @return string
     */
    public static function makeCallbackUrl(Order $order)
    {
        return "";
    }
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...