File manager - Edit - /home/verseaumee/ptitsanes/plugins/experiencepayment/bankwire/bankwire.php
Back
<?php /** ------------------------------------------------------------------------ SOLIDRES - Accommodation booking extension for Joomla ------------------------------------------------------------------------ * @author Solidres Team <contact@solidres.com> * @website https://www.solidres.com * @copyright Copyright (C) 2013 - 2019 Solidres. All Rights Reserved. * @license GNU General Public License version 3, or later ------------------------------------------------------------------------ */ defined('_JEXEC') or die; JLoader::register('SRExpPayment', SRPlugin::getAdminPath('experience') . '/helpers/payment.php'); class PlgExperiencePaymentBankwire extends SRExpPayment { public function finished($reservationTable, $payment) { $this->app->triggerEvent('onExperienceSendConfirmEmail', array($reservationTable)); return parent::getSuccessMessage($reservationTable, $payment); } public function onSolidresExperiencePaymentInfo($payment) { $info = '<h5 class="email_heading" style="margin: 0">' . $payment->label . '</h5>'; $info .= '<h6 style="margin: 0">' . JText::_('SR_EXPERIENCE_BANKWIRE_ACCOUNT_NAME_LABEL') . ' <span style="font-weight:normal">' . $payment->params->get('accountname') . '</span></h6>'; $info .= '<h6 style="margin: 0">' . JText::_('SR_EXPERIENCE_BANKWIRE_ACCOUNT_DETAILS_LABEL') . ' <span style="font-weight:normal">' . $payment->params->get('accountdetails') . '</span></h6>'; $payment->info = $info; } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings