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/Cash/config/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

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

return [
    'name' => 'Cash',
    'key' => 'payment_cash',
    'support_subscription' => true,
    'support_ecommerce' => true,
    'support_marketplace' => true,
    'manage_remote_plan' => false,
    'manage_remote_product' => false,
    'manage_remote_sku' => false,
    'manage_remote_order' => false,
    'supports_swap' => false,
    'supports_swap_in_grace_period' => false,
    'require_invoice_creation' => false,
    'require_plan_activation' => false,
    'capture_payment_method' => false,
    'require_default_payment_set' => false,
    'can_update_payment' => false,
    'create_remote_customer' => false,
    'require_payment_token' => false,
    'offline_management' => true,
    'subscription_self_managed' => true,
    'default_subscription_status' => 'pending',

    'settings' => [
        'cash_notes' => [
            'label' => 'Cash::labels.settings.cash_notes',
            'type' => 'textarea',
            'required' => false,
        ],
    ],
    'events' => [

    ],
    'webhook_handler' => '',
];

Spamworldpro Mini