fix(core): harden settlement and wallet integration
This commit is contained in:
@@ -4,12 +4,13 @@ use App\Models\Player;
|
||||
use App\Lottery\ErrorCode;
|
||||
use App\Models\PlayerWallet;
|
||||
use Database\Seeders\CurrencySeeder;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Illuminate\Support\Facades\Http;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
|
||||
uses(RefreshDatabase::class);
|
||||
|
||||
beforeEach(function (): void {
|
||||
fakeWalletApiDns();
|
||||
$this->seed(CurrencySeeder::class);
|
||||
config(['lottery.main_site.wallet_api_url' => null]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user