Your IP : 216.73.216.227


Current Path : /home/users/unlimited/www/learnoid.codeskitter.site/app/Interfaces/
Upload File :
Current File : /home/users/unlimited/www/learnoid.codeskitter.site/app/Interfaces/PaymentGatewayInterface.php

<?php
namespace App\Interfaces;

interface PaymentGatewayInterface
{
    public function processPayment($amount, array $data, array $config);
}