File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/omnipay/targetpay/src/Message/IdealPurchaseRequest.php
Back
<?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('issuer', '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.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings