Guest User

Untitled

a guest
Nov 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. 24.times do |n|
  2. response = user.getOneAuthResultReuqest(authRef)
  3. response_status = response['status']
  4. if %w|APPROVED CANCELED EXPIRED FAILED|.include?(response_status)
  5. @response_status = response_status
  6. break
  7. end
  8. sleep 5
  9. end
Add Comment
Please, Sign In to add comment