Capitalize documents in client portal
This commit is contained in:
parent
6b58de694a
commit
3879561361
|
|
@ -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()})";
|
||||
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue