You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@params_with_symbol_keys ||= JSON.parse(request_body,{symbolize_names: true}.merge(PACT_PARSING_OPTIONS))#Not load! Otherwise it will try to load Ruby classes.
94
+
else
95
+
@params_with_string_keys ||= JSON.parse(request_body,{symbolize_names: false}.merge(PACT_PARSING_OPTIONS))#Not load! Otherwise it will try to load Ruby classes.
0 commit comments