Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay/vendor/omnipay/worldpay/src/Message/CompletePurchaseRequest.php
Ðазад
<?php namespace Omnipay\WorldPay\Message; use Omnipay\Common\Exception\InvalidResponseException; /** * WorldPay Complete Purchase Request */ class CompletePurchaseRequest extends PurchaseRequest { public function getData() { $callbackPW = (string) $this->httpRequest->request->get('callbackPW'); if ($callbackPW != $this->getCallbackPassword()) { throw new InvalidResponseException("Invalid callback password"); } return $this->httpRequest->request->all(); } public function sendData($data) { return $this->response = new CompletePurchaseResponse($this, $data); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка