Skip to content

Instantly share code, notes, and snippets.

@VantivSDK
Created November 15, 2018 21:27
Show Gist options
  • Save VantivSDK/a082197568330a5ebd9edeee61c399ee to your computer and use it in GitHub Desktop.
Save VantivSDK/a082197568330a5ebd9edeee61c399ee to your computer and use it in GitHub Desktop.
Ruby Respond to a Retrieval Example
require 'CnpChargeback'
include CnpChargeback
response = ChargebackUpdate.new.respond_to_retrieval_request(case_id: 10000, note: "Test note")
puts response.transactionId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment