Skip to content

Instantly share code, notes, and snippets.

@ilnurnasyrov2
Created November 1, 2017 08:32
Show Gist options
  • Save ilnurnasyrov2/425be2ef837872a7bfd5b255f2702d31 to your computer and use it in GitHub Desktop.
Save ilnurnasyrov2/425be2ef837872a7bfd5b255f2702d31 to your computer and use it in GitHub Desktop.
success = ProviderResponse::Success.new(
guid: transaction.guid,
status: :success
)
success =
ProviderResponse::Success.new(
guid: transaction.guid,
status: :success
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment