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 /** * Paypal Item */ namespace Omnipay\PayPal; use Omnipay\Common\Item; /** * Class PayPalItem * * @package Omnipay\PayPal */ class PayPalItem extends Item { /** * {@inheritDoc} */ public function getCode() { return $this->getParameter('code'); } /** * Set the item code */ public function setCode($value) { return $this->setParameter('code', $value); } }