![]() 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/inventory.corals.io/Corals/modules/Payment/Cheque/config/ |
<?php return [ 'name' => 'Cheque', 'key' => 'payment_cheque', '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', 'charge_payment_default_status' => 'paid', 'settings' => [ 'cheque_notes' => [ 'label' => 'Cheque::labels.settings.cheque_notes', 'type' => 'textarea', 'required' => false, ], ], 'events' => [ ], 'webhook_handler' => '', ];