Your IP : 216.73.216.79


Current Path : /var/www/html/persada/common/components/payment.backup/
Upload File :
Current File : /var/www/html/persada/common/components/payment.backup/PaymentInterface.php

<?php 
namespace common\components\payment;

interface PaymentInterface {
    public function authorize();
    
    public function pay($amount);
    
    public function payStatus();
}