Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/worldpay/src/Message/JsonRefundRequest.php
Ðазад
<?php namespace Omnipay\WorldPay\Message; /** * WorldPay Purchase Request */ class JsonRefundRequest extends JsonAbstractRequest { /** * Set up the refund-specific data * * @return mixed */ public function getData() { $this->validate('amount'); $data = array(); $data['refundAmount'] = $this->getAmountInteger(); return $data; } /** * @return string */ public function getEndpoint() { return $this->endpoint.'/orders/'.$this->getTransactionReference().'/refund'; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка