example/response.erb in veritrans-2.1.0 vs example/response.erb in veritrans-2.1.1
- old
+ new
@@ -18,10 +18,10 @@
<% end %>
</strong>
<code>
<pre>
-<%= @result.response.body %>
+<%= JSON.pretty_generate(JSON.parse(@result.response.body)) %>
</pre>
</code>
<% if @cahrge_params %>
<strong>Request Body</strong>
\ No newline at end of file