⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
olasjoys
/
modules
/
tpay
/
ConfigFieldsDef
/
View File Name :
BlikPaymentDefinition.php
<?php /** * Created by tpay.com. * Date: 26.05.2017 * Time: 17:30 */ return array( 'form' => array( 'legend' => array( 'title' => $this->l('Settings for BLIK payments and refunds'), 'image' => $this->_path . 'views/img/logo.png', ), 'input' => array( array( 'type' => $switch, 'label' => $this->l('BLIK payments active'), 'name' => 'TPAY_BLIK_ACTIVE', 'is_bool' => true, 'class' => 't', 'values' => array( array( 'id' => 'blik_active_on', 'value' => 1, 'label' => $this->l('Yes'), ), array( 'id' => 'blik_active_off', 'value' => 0, 'label' => $this->l('No'), ), ), ), array( 'type' => 'text', 'label' => $this->l('Transactions and refunds API key'), 'name' => 'TPAY_APIKEY', 'size' => 50, 'required' => true, ), array( 'type' => 'text', 'label' => $this->l('Transactions and refunds API password'), 'name' => 'TPAY_APIPASS', 'size' => 50, 'required' => true, ), ), 'submit' => array( 'title' => $this->l('Save'), 'class' => 'button', ), ), );