Skip to content

Commit

Permalink
VietCapitalBank has changed to BVBank
Browse files Browse the repository at this point in the history
  • Loading branch information
xuannghia committed May 27, 2024
1 parent c48a605 commit 4c7db2b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
5 changes: 3 additions & 2 deletions src/constants/bank-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,11 @@ export const BankApps: BankApp[] = [
supportVNPayQR: true
},
{
bank: BankKey.VIETCAPITAL_BANK,
bank: BankKey.BANVIET,
scheme: 'bvbankdigimi',
packageId: 'vn.banvietbank.mobilebanking',
appStoreId: 'id1526444697',
supportVietQR: false,
supportVietQR: true,
supportVNPayQR: false
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/constants/bank-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export enum BankCode {
AGRIBANK = 'AGRIBANK',
BAC_A_BANK = 'BAB',
BAOVIET_BANK = 'BAOVIETBANK',
BANVIET = 'BVB',
BIDC = 'BIDC',
BIDV = 'BID',
CAKE = 'CAKE',
Expand Down Expand Up @@ -50,7 +51,6 @@ export enum BankCode {
VIB = 'VIB',
VIET_A_BANK = 'VAB',
VIET_BANK = 'VBB',
VIETCAPITAL_BANK = 'BVB',
VIETCOMBANK = 'VCB',
VIETINBANK = 'CTG',
VPBANK = 'VPB',
Expand Down
2 changes: 1 addition & 1 deletion src/constants/bank-key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export enum BankKey {
AGRIBANK = 'agribank',
BAC_A_BANK = 'bacabank',
BAOVIET_BANK = 'baoviet',
BANVIET = 'banviet',
BIDC = 'bidc',
BIDV = 'bidv',
CAKE = 'cake',
Expand Down Expand Up @@ -50,7 +51,6 @@ export enum BankKey {
VIB = 'vib',
VIET_A_BANK = 'vietabank',
VIET_BANK = 'vietbank',
VIETCAPITAL_BANK = 'banviet',
VIETCOMBANK = 'vietcombank',
VIETINBANK = 'vietinbank',
VPBANK = 'vpbank',
Expand Down
22 changes: 11 additions & 11 deletions src/constants/banks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ export const BanksObject: Record<BankKey, Bank> = {
swiftCode: 'BVBVVNVX',
keywords: 'baoviet, BVB'
},
[BankKey.BANVIET]: {
key: BankKey.BANVIET,
code: BankCode.BANVIET,
name: 'Ngân hàng TMCP Bản Việt',
bin: '970454',
shortName: 'BVBank',
vietQRStatus: VietQRStatus.TRANSFER_SUPPORTED,
lookupSupported: 1,
swiftCode: 'VCBCVNVX',
keywords: 'banviet, vietcapitalbank'
},
[BankKey.BIDC]: {
key: BankKey.BIDC,
code: BankCode.BIDC,
Expand Down Expand Up @@ -557,17 +568,6 @@ export const BanksObject: Record<BankKey, Bank> = {
swiftCode: 'VNTTVNVX',
keywords: 'vietnamthuongtin, vnthuongtin'
},
[BankKey.VIETCAPITAL_BANK]: {
key: BankKey.VIETCAPITAL_BANK,
code: BankCode.VIETCAPITAL_BANK,
name: 'Ngân hàng TMCP Bản Việt',
bin: '970454',
shortName: 'Viet Capital Bank',
vietQRStatus: VietQRStatus.TRANSFER_SUPPORTED,
lookupSupported: 1,
swiftCode: 'VCBCVNVX',
keywords: 'banviet'
},
[BankKey.VIETCOMBANK]: {
key: BankKey.VIETCOMBANK,
code: BankCode.VIETCOMBANK,
Expand Down
Binary file modified src/images/banviet-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c7db2b

Please sign in to comment.