PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
libs
/
paypal
/
vendor
/
paypal
/
rest-api-sdk-php
/
lib
/
PayPal
/
Handler
<?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); }
[+]
..
[-] RestHandler.php
[edit]
[-] IPayPalHandler.php
[edit]
[-] OauthHandler.php
[edit]