Merge pull request #5952 from cmgustavo/feat/bitpay-card-info
Debit card: adds description for Inactivity fees and Foreign transact…
This commit is contained in:
commit
d1a2c2bbbf
1 changed files with 14 additions and 0 deletions
|
|
@ -274,6 +274,13 @@ angular.module('copayApp.services').factory('bitpayCardService', function($log,
|
||||||
category: 'bp002',
|
category: 'bp002',
|
||||||
description: ''
|
description: ''
|
||||||
},
|
},
|
||||||
|
'604': {
|
||||||
|
merchant: {
|
||||||
|
name: 'Foreign Transaction Fee',
|
||||||
|
},
|
||||||
|
category: 'bp002',
|
||||||
|
description: ''
|
||||||
|
},
|
||||||
'606': {
|
'606': {
|
||||||
merchant: {
|
merchant: {
|
||||||
name: 'International ATM Fee',
|
name: 'International ATM Fee',
|
||||||
|
|
@ -301,6 +308,13 @@ angular.module('copayApp.services').factory('bitpayCardService', function($log,
|
||||||
},
|
},
|
||||||
category: 'bp002',
|
category: 'bp002',
|
||||||
description: ''
|
description: ''
|
||||||
|
},
|
||||||
|
'10036': {
|
||||||
|
merchant: {
|
||||||
|
name: 'Inactivity Fee (90 days)',
|
||||||
|
},
|
||||||
|
category: 'bp002',
|
||||||
|
description: ''
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue