Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/migs/src/Message/ThreePartyCompletePurchaseRequest.php
Ðазад
<?php namespace Omnipay\Migs\Message; use Omnipay\Common\Exception\InvalidRequestException; /** * Migs Complete Purchase Request */ class ThreePartyCompletePurchaseRequest extends AbstractRequest { public function getData() { $data = $this->httpRequest->query->all(); $hash = isset($data['vpc_SecureHash']) ? $data['vpc_SecureHash'] : null; if ($this->calculateHash($data) !== $hash) { throw new InvalidRequestException('Incorrect hash'); } return $data; } public function sendData($data) { return $this->response = new Response($this, $data); } public function getEndpoint() { return $this->endpoint.'vpcpay'; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка