lib/reapal/form/form_helper.rb in reapal-0.12.0 vs lib/reapal/form/form_helper.rb in reapal-0.13.0

- old
+ new

@@ -17,9 +17,11 @@ # * :merchant_id # * :encryptkey # * :data # def get_form_data(service, params, post_path) + Reapal.logger.info params + request = Http.get_body(service, params, @config) { form_method: { :url => @config[:server_url] + post_path,