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:
Gabriel Edgardo Bazán 2017-05-08 11:00:23 -03:00 committed by GitHub
commit d1a2c2bbbf

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: ''
}
};