| Current Path : /var/www/html/persada/common/components/payment.backup/ |
| 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();
}