Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbistroemcasa.meumercado.app
/
vendor
/
paypal
/
rest-api-sdk-php
/
lib
/
PayPal
/
Handler
/
Editing: 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); }
Save
Cancel