Skip to content

Commit

Permalink
Remove Void test run
Browse files Browse the repository at this point in the history
  • Loading branch information
kikmak42 authored Mar 12, 2018
1 parent b5a37fb commit fe88e52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/sample_code_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ def validate_response(response= nil)
response = prior_authorization_capture()
validate_response(response)

puts "TEST - Void"
# puts "TEST - Void"
# authTransId = get_transId()
response = void(authTransId)
validate_response(response)
# response = void(authTransId)
# validate_response(response)

end

Expand Down

0 comments on commit fe88e52

Please sign in to comment.