1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

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: case PAYMENT_TYPE_BITCOIN:
return 31; return 31;
case 2: case 2:
return 4; return 1;
default: default:
return $payment_type_id; return $payment_type_id;