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/TwoCheckout/resources/lang/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/job-board.corals.io/Corals/modules/Payment/TwoCheckout/resources/lang/en/exception.php
<?php

return [
    'request_did_not_contain' => 'The request did not contain a header named `TwoCheckout-Signature`.',
    'signature_found_header_named' => 'The signature :name found in the header named `TwoCheckout-Signature is invalid. Make sure that the `services.twocheckout.webhook_signing_secret` 
                                        config key is set to the value you found on the TwoCheckout dashboard. If you are caching your config try running `php artisan clear:cache` to resolve the problem.',
    'stripe_secret_not_set' => 'The Stripe TwoCheckout signing secret is not set. Make sure that the `twocheckout.settings`  configured as required.',
    'invalid_two_checked_payload' => 'Invalid TwoCheckout Payload. Please check WebhookCall: :arg',
    'invalid_two_checked_invoice' => 'Invalid TwoCheckout Invoice Code. Please check WebhookCall: :arg',
    'invalid_two_checked_subscription' => 'Invalid TwoCheckout Subscription Reference. Please check WebhookCall: :arg',
    'invalid_two_checked_customer' => 'Invalid TwoCheckout Customer. Please check WebhookCall: :arg',


];

Spamworldpro Mini