From 7d1c236c27d53b00972bd04a0a0b97340d123159 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 12 Jul 2022 08:37:41 +1000 Subject: [PATCH] Fixes for wrong payment types --- app/Traits/GenerateMigrationResources.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Traits/GenerateMigrationResources.php b/app/Traits/GenerateMigrationResources.php index 0dc64825db24..49b8cebfbf19 100644 --- a/app/Traits/GenerateMigrationResources.php +++ b/app/Traits/GenerateMigrationResources.php @@ -1437,7 +1437,7 @@ trait GenerateMigrationResources case PAYMENT_TYPE_BITCOIN: return 31; case 2: - return 4; + return 1; default: return $payment_type_id;