webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
www
/
core
/
vendor
/
omnipay
/
paypal
/
src
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Message
--
ren
Support
--
ren
ExpressGateway.php
4.527KB
edt
ren
ExpressInContextGateway
...
0.563KB
edt
ren
PayPalItem.php
0.43KB
edt
ren
PayPalItemBag.php
0.59KB
edt
ren
ProGateway.php
1.838KB
edt
ren
RestGateway.php
25.953KB
edt
ren
<?php namespace Omnipay\PayPal; /** * PayPal Express In-Context Class */ class ExpressInContextGateway extends ExpressGateway { public function getName() { return 'PayPal Express In-Context'; } public function authorize(array $parameters = array()) { return $this->createRequest('\Omnipay\PayPal\Message\ExpressInContextAuthorizeRequest', $parameters); } public function order(array $parameters = array()) { return $this->createRequest('\Omnipay\PayPal\Message\ExpressInContextOrderRequest', $parameters); } }