Fixes for wrong payment types

This commit is contained in:
David Bomba 2022-07-12 08:37:41 +10:00
parent 260f8a909c
commit 7d1c236c27

View File

@ -1437,7 +1437,7 @@ trait GenerateMigrationResources
case PAYMENT_TYPE_BITCOIN:
return 31;
case 2:
return 4;
return 1;
default:
return $payment_type_id;