We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b016a4 commit ed28ab5Copy full SHA for ed28ab5
lib/AuthenticationSDK/core/MerchantConfig.rb
@@ -274,7 +274,8 @@ def validateMLEConfiguration
274
end
275
276
277
- def logAllProperties(propertyObj)
+ def logAllProperties(merchantPropertyObj)
278
+ propertyObj = Marshal.load(Marshal.dump(merchantPropertyObj))
279
merchantConfig = ''
280
hiddenProperties = (Constants::HIDDEN_MERCHANT_PROPERTIES).split(',')
281
hiddenPropArray = Array.new
0 commit comments