Fixes for wrong payment types
This commit is contained in:
parent
260f8a909c
commit
7d1c236c27
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue