Skip to content

Commit e68f0a9

Browse files
committed
Delete redundant 'Certificate' field setting
1 parent 476c766 commit e68f0a9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/table.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,6 @@ Table.prototype.prepareJson = function() {
396396
payment.autoFillField = convertStringToHex(that.field);
397397
};
398398

399-
if(this.connect.userCert != undefined){
400-
payment.Certificate = util.convertStringToHex (this.connect.userCert);
401-
}
402-
403399
return new Promise(function (resolve, reject) {
404400
prepareTable(that, payment, resolve, reject);
405401
});

0 commit comments

Comments
 (0)