Debit card: adds description for Inactivity fees and Foreign transaction fee

This commit is contained in:
Gustavo Maximiliano Cortez 2017-05-03 14:15:26 -03:00
commit a697e106e4
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -274,6 +274,13 @@ angular.module('copayApp.services').factory('bitpayCardService', function($log,
category: 'bp002',
description: ''
},
'604': {
merchant: {
name: 'Foreign Transaction Fee',
},
category: 'bp002',
description: ''
},
'606': {
merchant: {
name: 'International ATM Fee',
@ -301,6 +308,13 @@ angular.module('copayApp.services').factory('bitpayCardService', function($log,
},
category: 'bp002',
description: ''
},
'10036': {
merchant: {
name: 'Inactivity Fee (90 days)',
},
category: 'bp002',
description: ''
}
};