lib/ebanx/command/request.rb in ebanx-1.3.1 vs lib/ebanx/command/request.rb in ebanx-1.3.2
- old
+ new
@@ -14,8 +14,12 @@
validate_presence :merchant_payment_code
validate_presence :name
validate_presence :email
validate_presence :payment_type_code
end
+
+ def params
+ @params.to_json
+ end
end
end
-end
\ No newline at end of file
+end