Skip to content

Commit

Permalink
Fix QR codes
Browse files Browse the repository at this point in the history
  • Loading branch information
phieronymus committed Jan 10, 2020
1 parent 66ea332 commit 47a3292
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/resources/common/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,13 @@ export enum QRBrand {
GLOBAL_PAY = 'global_pay',
JKOPAY = 'jkopay',
KAKAOPAY = 'kakaopay',
// LIIV = 'liiv',\
// LIIV = 'liiv',
// MERPAY = 'merpay',
ORIGAMI = 'origami',
PAY_PAY = 'pay_pay',
QQ = 'qq',
RAKUTEN_PAY = 'rakuten_pay',
TNG = 'tng',
// TOUCH_N_GO = 'touch_n_go',
TOUCH_N_GO = 'tng',
TRUEMONEY = 'truemoney',
WE_CHAT = 'we_chat',
}
Expand Down

0 comments on commit 47a3292

Please sign in to comment.