lib/voucherify/service/validations.rb in voucherify-1.3.0 vs lib/voucherify/service/validations.rb in voucherify-1.4.0

- old
+ new

@@ -10,8 +10,9 @@ end def validate_voucher(code, context = {}) @client.post("/vouchers/#{URI.encode(code)}/validate", context.to_json) end + end end end \ No newline at end of file