2020-04-28 16:12:05 +00:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
'model_not_found' => 'Does not exist any instance of :model with given id',
|
2020-05-22 16:59:02 +00:00
|
|
|
'unexpected_error'=> 'Unexpected error. Try later',
|
2020-06-05 17:00:16 +00:00
|
|
|
'service_unavailable' => 'Service unavailable',
|
2020-06-11 13:42:35 +00:00
|
|
|
'invalid_cvv' => 'Invalid CVV',
|
|
|
|
'compression_failed' => 'Image compression failed!',
|
2020-06-19 13:48:27 +00:00
|
|
|
'identification_carried_out' => 'Identification already carried out',
|
|
|
|
'visa_api_failed'=> 'Request to API visa failed',
|
|
|
|
'failed_transaction' => 'Failed transaction',
|
2020-06-19 19:31:32 +00:00
|
|
|
'user_phone_not_exist' => 'This customer number does not exist',
|
2020-06-24 07:36:54 +00:00
|
|
|
'wallet_not_defined' => 'This recipient wallet code does not exist',
|
2020-06-23 16:21:26 +00:00
|
|
|
'insufficient_balance'=> 'The balance is insufficient to complete this transaction',
|
2020-06-24 07:36:54 +00:00
|
|
|
'no_ilink_network' => 'Sorry, there is no iLink World network in your country',
|
2020-06-30 11:06:56 +00:00
|
|
|
'wallet_country_not_match' => 'This recipient wallet code is not registered in the country :country',
|
2020-07-01 17:54:12 +00:00
|
|
|
'no_bank_card_attached' => 'No bank card is attached to your account',
|
|
|
|
'transaction_not_exist' => 'This transaction does not exist',
|
|
|
|
'withdrawal_already_made' => 'Withdrawal already made',
|
|
|
|
'invalid_withdrawal_code' => 'Invalid withdrawal code',
|
|
|
|
'incorrect_withdrawal_amount'=> 'Incorrect withdrawal amount',
|
2020-04-28 16:12:05 +00:00
|
|
|
];
|