walletservice/resources/lang/en/errors.php

15 lines
715 B
PHP
Executable File

<?php
return [
'model_not_found' => 'Does not exist any instance of :model with given id',
'unexpected_error'=> 'Unexpected error. Try later',
'service_unavailable' => 'Service unavailable',
'invalid_cvv' => 'Invalid CVV',
'compression_failed' => 'Image compression failed!',
'identification_carried_out' => 'Identification already carried out',
'visa_api_failed'=> 'Request to API visa failed',
'failed_transaction' => 'Failed transaction',
'user_phone_not_exist' => 'This customer number does not exist',
'wallet_not_defined' => 'This code does not correspond to an iLink wallet',
'insufficient_balance'=> 'The balance is insufficient to complete this transaction',
];