Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/targetpay/src/Message/IdealPurchaseRequest.php
Ðазад
<?php namespace Omnipay\TargetPay\Message; class IdealPurchaseRequest extends PurchaseRequest { public function getIssuer() { return $this->getParameter('issuer'); } public function setIssuer($value) { return $this->setParameter('issuer', $value); } /** * {@inheritdoc} */ public function getData() { $this->validate('amount', 'description', 'returnUrl'); return array( 'rtlo' => $this->getSubAccountId(), 'bank' => $this->getIssuer(), 'amount' => $this->getAmountInteger(), 'description' => $this->getDescription(), 'language' => $this->getLanguage(), 'currency' => $this->getCurrency(), 'returnurl' => $this->getReturnUrl(), 'reporturl' => $this->getNotifyUrl(), ); } /** * {@inheritdoc} */ public function getEndpoint() { return 'https://www.targetpay.com/ideal/start'; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка