diff --git a/app/Http/Controllers/Bank/NordigenController.php b/app/Http/Controllers/Bank/NordigenController.php index 041ad93532..ed7864120b 100644 --- a/app/Http/Controllers/Bank/NordigenController.php +++ b/app/Http/Controllers/Bank/NordigenController.php @@ -86,7 +86,7 @@ class NordigenController extends BaseController //this does not work in a multi tenant environment, it simply grabs the first agreement, without differentiating between companies. we may need to store the current requistion... // $agreement = $nordigen->firstValidAgreement($institution['id'], $data['access_days'] ?? 0, $txDays) - // ?? $nordigen->createAgreement($institution, $data['access_days'] ?? 9999, $txDays); + // ?? $nordigen->createAgreement($institution, $data['max_access_valid_for_days'] ?? 90, $txDays); } catch (\Exception $e) { $debug = "{$e->getMessage()} ({$e->getCode()})"; diff --git a/lang/en/texts.php b/lang/en/texts.php index 8c40557d9e..8edf7de52c 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4133,7 +4133,7 @@ $lang = array( 'savings' => 'Savings', 'unable_to_verify_payment_method' => 'Unable to verify payment method.', 'generic_gateway_error' => 'Gateway configuration error. Please check your credentials.', - 'my_documents' => 'My documents', + 'my_documents' => 'My Documents', 'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.', 'kbc_cbc' => 'KBC/CBC', 'bancontact' => 'Bancontact',