Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/hiqdev/omnipay-robokassa/src/Message/CompletePurchaseRequest.php
Ðазад
<?php /** * RoboKassa driver for Omnipay PHP payment library. * * @link https://github.com/hiqdev/omnipay-robokassa * @package omnipay-robokassa * @license MIT * @copyright Copyright (c) 2015-2017, HiQDev (http://hiqdev.com/) */ namespace Omnipay\RoboKassa\Message; /** * RoboKassa Complete Purchase Request. */ class CompletePurchaseRequest extends AbstractRequest { /** * Get the data for this request. * * @return array request data */ public function getData() { $this->validate('purse', 'secretKey'); return $this->httpRequest->request->all(); } /** * Send the request with specified data. * * @param mixed $data The data to send * * @return CompletePurchaseResponse */ public function sendData($data) { return $this->response = new CompletePurchaseResponse($this, $data); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка