Refactor VisaMasterPaymentOrdersMigrator to enhance data migration process
- Updated the migration logic to insert records into the 'visa_master_payment_orders' table. - Improved handling of sender and receiver data by decoding JSON fields and providing fallback values. - Added a test route in web.php to trigger the migration for debugging purposes.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Database\Seeders\Migrators\VisaMasterPaymentOrdersMigrator;
|
||||
|
||||
Route::redirect('/', filament_path());
|
||||
|
||||
Route::get('test', function () {
|
||||
|
||||
return 'done';
|
||||
});
|
||||
// Route::middleware(['auth'])->group(function () {
|
||||
|
||||
Reference in New Issue
Block a user