mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-06-10 07:16:01 +00:00
feat: padroniza contas e cartoes inativos
This commit is contained in:
@@ -31,3 +31,6 @@ export const buildRefundNote = (originalTransactionId: string) =>
|
||||
|
||||
export const isRefundNote = (note: string | null | undefined) =>
|
||||
note?.startsWith(REFUND_NOTE_PREFIX) ?? false;
|
||||
|
||||
export const isAccountInactive = (status: string | null | undefined) =>
|
||||
status?.toLowerCase() === "inativa";
|
||||
|
||||
Reference in New Issue
Block a user