HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/lang/en/checkout/payment.php
<?php

return [

// Payment Methods - Bank Transfer DE
    'bankTransfer_de' => [
        'name' => 'Bank transfer',
        'description' => 'Free of charge',
        'logo' => 'bankTransfer_de.jpg',
    ],

// Payment Methods - Bank Transfer NL
    'bankTransfer_nl' => [
        'name' => 'Bank transfer',
        'description' => 'Free of charge',
        'logo' => 'bankTransfer_nl.jpg',
    ],

// Payment Methods - Bancontact/Mister Cash
    'bancontactMisterCash' => [
        'name' => 'Bancontact/Mister Cash',
        'description' => 'The Belgian leader of electronic payments',
        'logo' => 'misterCash.jpg',
    ],

// Payment Methods -  MasterCard
    'masterCard' => [
        'name' => 'MasterCard',
        'description' => '',
        'description' => 'Free of charge',
        'logo' => 'masterCard.jpg',
    ],

// Payment Methods - Maestro
    'maestro' => [
        'name' => 'Maestro',
        'description' => '',
        'description' => 'Free of charge',
        'logo' => 'maestro.jpg',
    ],

// Payment Methods -  Visa
    'visa' => [
        'name' => 'Visa',
        'description' => '',
        'description' => 'Free of charge',
        'logo' => 'visa.jpg',
    ],

// Payment Methods -  Sofort DE
    'sofort_de' => [
        'name' => 'Sofort',
        'description' => 'Free of charge',
        'logo' => 'sofort_de.jpg',
    ],

// Payment Methods -  ING HomePay
    'ingHomePay' => [
        'name' => 'ING HomePay',
        'description' => 'You can safely pay through the secure connection of Home&lsquo;Bank',
        'logo' => 'ingHomePay.jpg',
    ],

// Payment Methods -  CBC Online
    'cbcOnline' => [
        'name' => 'CBC Online',
        'description' => 'Free of charge',
        'logo' => 'cbcOnline.jpg',
    ],

// Payment Methods - Belfius Direct Net
    'belfius' => [
        'name' => 'Belfius Direct Net',
        'description' => 'Free of charge',
        'logo' => 'belfius.jpg',
    ],

// Payment Methods - Giropay
    'giropay' => [
        'name' => 'Giropay',
        'description' => 'Free of charge',
        'logo' => 'giropay.jpg',
    ],

// Payment Methods -  iDeal
    'iDeal' => [
        'name' => 'iDeal',
        'description' => 'You can safely pay through your own bank',

        'logo' => 'ideal.jpg',
        'children' => [
            'ABNA' => [
                'name' => 'ABN Amro',
                'issuerId' => 'ABNANL2A'
            ],
            'ASNB' => [
                'name' => 'ASN Bank',
                'issuerId' => 'ASNBNL21'
            ],
            'FRBK' => [
                'name' => 'Friesland Bank',
                'issuerId' => 'FRBKNL2L'
            ],
            'FVLB' => [
                'name' => 'Van Lanschot',
                'issuerId' => 'FVLBNL22'
            ],
            'INGB' => [
                'name' => 'ING',
                'issuerId' => 'INGBNL2A'
            ],
            'RABO' => [
                'name' => 'Rabobank',
                'issuerId' => 'RABONL2U'
            ],
            'KNAB' => [
                'name' => 'Knab',
                'issuerId' => 'KNABNL2H'
            ],
            'RBRB' => [
                'name' => 'RegioBank',
                'issuerId' => 'RBRBNL21'
            ],
            'SNSB' => [
                'name' => 'SNS Bank',
                'issuerId' => 'SNSBNL2A'
            ],
            'TRIO' => [
                'name' => 'Triodos Bank',
                'issuerId' => 'TRIONL2U'
            ],
        ]
    ],

// Payment Methods - KBC Online
    'kbcOnline' => [
        'name' => 'KBC Online',
        'description' => 'Free of charge',
        'logo' => 'kbcOnline.jpg',
    ],


// Payment Methods - Paypal
    'payPal' => [
        'name' => 'PayPal',
        'description' => 'Free of charge',
        'logo' => 'payPal.jpg',
    ],

];