Add API route to move transactions from one account to another.

This commit is contained in:
James Cole
2021-04-03 13:56:45 +02:00
parent 51f3b17ad2
commit 468a53d587
5 changed files with 186 additions and 1 deletions

View File

@@ -134,6 +134,8 @@ return [
'starts_with' => 'The value must start with :values.',
'unique_webhook' => 'You already have a webhook with these values.',
'unique_existing_webhook' => 'You already have another webhook with these values.',
'same_account_type' => 'Both accounts must be of the same account type',
'same_account_currency' => 'Both accounts must have the same currency setting',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.',