whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
payfast
/
payfast-php-sdk
/
lib
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/payfast/payfast-php-sdk/lib/PayFastBase.php
<?php namespace PayFast; use Exception; class PayFastBase { /** * @param $name * @param $arguments * * @throws Exception */ public function __call($name, $arguments) { if (!method_exists($this, $name)) { throw new \InvalidArgumentException('Unknown method ' . $name . ' arguments: ' . $arguments); } } }
Copyright ©2021 || Defacer Indonesia