Skip to content

Commit aeda116

Browse files
committed
maintain compatibility with Node v6.17.1
1 parent 31baaba commit aeda116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/authentication/core/MerchantConfig.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var ApiException = require('../util/ApiException');
66
var LogConfiguration = require('../logging/LogConfiguration');
77

88
/**
9-
* This function has all the merchentConfig properties getters and setters methods
9+
* This function has all the merchantConfig properties getters and setters methods
1010
*
1111
* @param result
1212
*/
@@ -534,8 +534,8 @@ MerchantConfig.prototype.defaultPropValues = function defaultPropValues() {
534534
}
535535

536536
/**
537-
* This method is to log all merchantConfic properties
538-
* excluding HideMerchantConfigProperies defined in Constants
537+
* This method is to log all merchantConfig properties
538+
* excluding HideMerchantConfigProperties defined in Constants
539539
*
540540
* @param {*} merchantConfig
541541
*/

0 commit comments

Comments
 (0)