Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/sagepay/src/Extend/Item.php
Ðазад
<?php namespace Omnipay\SagePay\Extend; /** * Extends the Item class to support properties */ use Omnipay\Common\Item as CommonItem; class Item extends CommonItem implements ItemInterface { /** * {@inheritDoc} */ public function getVat() { return $this->getParameter('vat'); } /** * {@inheritDoc} */ public function setVat($value) { return $this->setParameter('vat', $value); } /** * Product Code is used for the Product Sage 50 Accounts Software Integration * It allows reconcile the transactions on your account within the financial software * by linking the product record to a specific transaction. * This is not available for BasketXML and only Basket Integration. See docs for more info. * {@inheritDoc} */ public function getProductCode() { return $this->getParameter('productCode'); } /** * {@inheritDoc} */ public function setProductCode($value) { return $this->setParameter('productCode', $value); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка