Skip to content

Commit ed28ab5

Browse files
committed
fix issue of merchant config during logginglog
1 parent 9b016a4 commit ed28ab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/AuthenticationSDK/core/MerchantConfig.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ def validateMLEConfiguration
274274
end
275275
end
276276

277-
def logAllProperties(propertyObj)
277+
def logAllProperties(merchantPropertyObj)
278+
propertyObj = Marshal.load(Marshal.dump(merchantPropertyObj))
278279
merchantConfig = ''
279280
hiddenProperties = (Constants::HIDDEN_MERCHANT_PROPERTIES).split(',')
280281
hiddenPropArray = Array.new

0 commit comments

Comments
 (0)