fix: arguments description

This commit is contained in:
José Oliveira 2021-08-01 02:50:35 +01:00
parent e729de1410
commit 5dc82af9ad

View file

@ -655,9 +655,7 @@ function updateIdCardData (patch, id) {
}
/**
* @param {String} customerId customer id
* @param {String} txId customer id
* @param {Object} patch customer t&c photo data
* @param {String} imageData customer t&c photo data
* @returns {Promise<Object>} new patch to be applied
*/
function updateTxCustomerPhoto (imageData) {