scenarios/debit_create/request.rb in balanced-0.7.4 vs scenarios/debit_create/request.rb in balanced-0.7.5
- old
+ new
@@ -1,3 +1,5 @@
<%= boiler_plate %>
customer = Balanced::Customer.find('<%= request['customer_uri'] %>')
-customer.debit(<%= params_to_hash_for_args.call(payload) %>)
+customer.debit(
+<%= params_to_hash.call(payload).indent(2) %>
+)