Skip to content

Commit fe88e52

Browse files
authored
Remove Void test run
1 parent b5a37fb commit fe88e52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/sample_code_spec.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@ def validate_response(response= nil)
240240
response = prior_authorization_capture()
241241
validate_response(response)
242242

243-
puts "TEST - Void"
243+
# puts "TEST - Void"
244244
# authTransId = get_transId()
245-
response = void(authTransId)
246-
validate_response(response)
245+
# response = void(authTransId)
246+
# validate_response(response)
247247

248248
end
249249

0 commit comments

Comments
 (0)