walletservice/resources/lang/en/errors.php

12 lines
477 B
PHP
Raw Normal View History

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!',
'identification_carried_out' => 'Identification already carried out',
'visa_api_failed'=> 'Request to API visa failed',
'failed_transaction' => 'Failed transaction',
2020-04-28 16:12:05 +00:00
];