add payments by invoice
This commit is contained in:
@@ -37,10 +37,10 @@ class InvoicePayments
|
||||
|
||||
public static function getPaymentType($id)
|
||||
{
|
||||
return self::PaymentTypes()[$id] ?? false;
|
||||
return self::paymentTypes()[$id] ?? false;
|
||||
}
|
||||
|
||||
public static function PaymentTypes()
|
||||
public static function paymentTypes()
|
||||
{
|
||||
return [
|
||||
'',
|
||||
|
||||
Reference in New Issue
Block a user