Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/api.xalonx.com/vendor/bavix/laravel-wallet/resources/lang/en/
Upload File :
Current File : /home/users/unlimited/www/api.xalonx.com/vendor/bavix/laravel-wallet/resources/lang/en/errors.php

<?php

declare(strict_types=1);

return [
    'price_positive' => 'The price should be positive',
    'product_stock' => 'The product is out of stock',
    'wallet_empty' => 'Wallet is empty',
    'insufficient_funds' => 'Insufficient funds',
    'confirmed_invalid' => 'The transaction has already been confirmed',
    'unconfirmed_invalid' => 'Confirmation has already been reset',
    'owner_invalid' => 'You are not the owner of the wallet',
];