This commit is contained in:
David Bomba 2024-03-08 21:25:36 +11:00
parent 0d4ad64314
commit 0fe895e862
4 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
5.8.33 5.8.34

View File

@ -856,11 +856,11 @@ class BaseExport
* Add Client Filter * Add Client Filter
* *
* @param Builder $query * @param Builder $query
* @param string $clients * @param mixed $clients
* *
* @return Builder * @return Builder
*/ */
protected function addClientFilter(Builder $query, string $clients): Builder protected function addClientFilter(Builder $query, $clients): Builder
{ {
if(is_string($clients)) { if(is_string($clients)) {
$clients = explode(',', $clients); $clients = explode(',', $clients);

View File

@ -17,8 +17,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true), 'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => env('APP_VERSION', '5.8.33'), 'app_version' => env('APP_VERSION', '5.8.34'),
'app_tag' => env('APP_TAG', '5.8.33'), 'app_tag' => env('APP_TAG', '5.8.34'),
'minimum_client_version' => '5.0.16', 'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1', 'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', false), 'api_secret' => env('API_SECRET', false),

View File

@ -5201,7 +5201,7 @@ $lang = array(
'nordigen_handler_error_heading_requisition_invalid_status' => 'Not Ready', 'nordigen_handler_error_heading_requisition_invalid_status' => 'Not Ready',
'nordigen_handler_error_contents_requisition_invalid_status' => 'You called this site too early. Please finish authorization and refresh this page. Contact support for help, if this issue persists.', 'nordigen_handler_error_contents_requisition_invalid_status' => 'You called this site too early. Please finish authorization and refresh this page. Contact support for help, if this issue persists.',
'nordigen_handler_error_heading_requisition_no_accounts' => 'No Accounts selected', 'nordigen_handler_error_heading_requisition_no_accounts' => 'No Accounts selected',
'nordigen_handler_error_contents_requisition_no_accounts' => 'The service has not returned any valid accounts. Considder restarting the flow.', 'nordigen_handler_error_contents_requisition_no_accounts' => 'The service has not returned any valid accounts. Consider restarting the flow.',
'nordigen_handler_restart' => 'Restart flow.', 'nordigen_handler_restart' => 'Restart flow.',
'nordigen_handler_return' => 'Return to application.', 'nordigen_handler_return' => 'Return to application.',
'lang_Lao' => 'Lao', 'lang_Lao' => 'Lao',