Skip to content

Commit

Permalink
Fix payment types
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko committed Jul 12, 2023
1 parent 197faa2 commit 55db359
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export const PAYMENT_TYPES = {
regular: 'Regular',
recurring: 'Recurring',
moto: 'MOTO',
installment: 'Installment',
unscheduled: 'Unscheduled'
};
export const CURRENCIES = {
ALL: 'ALL',
Expand Down

0 comments on commit 55db359

Please sign in to comment.