| Current Path : /home/users/unlimited/www/learnoid.codeskitter.site/app/Interfaces/ |
| 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);
}