Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/job-board.corals.io/Corals/modules/Payment/Mojopay/config/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/job-board.corals.io/Corals/modules/Payment/Mojopay/config/mojopay.php
<?php

return [
    'name' => 'Mojopay',
    'key' => 'payment_mojopay',
    'support_subscription' => false,
    'support_ecommerce' => true,
    'manage_remote_plan' => false,
    'create_remote_customer' => false,
    'capture_payment_method' => true,
    'require_default_payment_set' => true,
    'supports_swap' => false,
    'can_update_payment' => true,
    'supports_swap_in_grace_period' => false,
    'require_invoice_creation' => false,
    'require_plan_activation' => false,
    'require_payment_token' => false,
    'support_online_refund' => true,

    'settings' => [
        'live_api_key' => [
            'label' => 'Mojopay::labels.settings.live_api_key',
            'type' => 'text',
            'required' => false,
        ],
        'sandbox_mode' => [
            'label' => 'Mojopay::labels.settings.sandbox_mode',
            'type' => 'boolean'
        ],
        'sandbox_api_key' => [
            'label' => 'Mojopay::labels.settings.sandbox_api_key',
            'type' => 'text',
            'required' => false,
        ]
    ],
    'events' => [
    ],
    'webhook_handler' => \Corals\Modules\Payment\Mojopay\Gateway::class,
];

Spamworldpro Mini