mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
remove blockonomics payment type
This commit is contained in:
parent
6f644f3070
commit
2aba873d16
@ -81,7 +81,6 @@ class PaymentType extends StaticModel
|
||||
public const STRIPE_BANK_TRANSFER = 50;
|
||||
public const CASH_APP = 51;
|
||||
public const PAY_LATER = 52;
|
||||
public const BLOCKONOMICS = 64;
|
||||
|
||||
public array $type_names = [
|
||||
self::BANK_TRANSFER => 'payment_type_Bank Transfer',
|
||||
@ -130,7 +129,6 @@ class PaymentType extends StaticModel
|
||||
self::CASH_APP => 'payment_type_Cash App',
|
||||
self::VENMO => 'payment_type_Venmo',
|
||||
self::PAY_LATER => 'payment_type_Pay Later',
|
||||
self::BLOCKONOMICS => 'payment_type_Blockonomics',
|
||||
];
|
||||
|
||||
public static function parseCardType($cardName)
|
||||
|
Loading…
x
Reference in New Issue
Block a user