We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31baaba commit aeda116Copy full SHA for aeda116
src/authentication/core/MerchantConfig.js
@@ -6,7 +6,7 @@ var ApiException = require('../util/ApiException');
6
var LogConfiguration = require('../logging/LogConfiguration');
7
8
/**
9
- * This function has all the merchentConfig properties getters and setters methods
+ * This function has all the merchantConfig properties getters and setters methods
10
*
11
* @param result
12
*/
@@ -534,8 +534,8 @@ MerchantConfig.prototype.defaultPropValues = function defaultPropValues() {
534
}
535
536
537
- * This method is to log all merchantConfic properties
538
- * excluding HideMerchantConfigProperies defined in Constants
+ * This method is to log all merchantConfig properties
+ * excluding HideMerchantConfigProperties defined in Constants
539
540
* @param {*} merchantConfig
541
0 commit comments