![]() 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/Stripe/resources/lang/en/ |
<?php return [ 'settings' => [ 'live_public_key' => 'Live public key', 'live_secret' => 'Live secret key', 'live_webhook' => 'Live Webhook key', 'live_connect_client_id' => 'Live Connect Client Id', 'sandbox_mode' => 'Sandbox Mode', 'sandbox_public_key' => 'Sandbox public key', 'sandbox_secret' => 'Sandbox secret key', 'sandbox_webhook' => 'Sandbox Webhook key', 'sandbox_connect_client_id' => 'Sandbox Connect Client Id', 'connect_enabled' => 'Connect Accounts Enabled', ], 'card' => [ 'title' => 'Credit Card Details', 'current_card_brand' => 'Current Card Brand:', 'current_card_last' => 'Current Card Last Four:', 'credit_or_debit' => 'Credit or debit card', ], ];