ok
Direktori : /home2/selectio/www/a1tex.in/vendor/paypal/rest-api-sdk-php/lib/PayPal/Handler/ |
Current File : /home2/selectio/www/a1tex.in/vendor/paypal/rest-api-sdk-php/lib/PayPal/Handler/IPayPalHandler.php |
<?php namespace PayPal\Handler; /** * Interface IPayPalHandler * * @package PayPal\Handler */ interface IPayPalHandler { /** * * @param \Paypal\Core\PayPalHttpConfig $httpConfig * @param string $request * @param mixed $options * @return mixed */ public function handle($httpConfig, $request, $options); }