Skip to content

Instantly share code, notes, and snippets.

@VantivSDK
Created November 15, 2018 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VantivSDK/4b13114268b83ba2b5c46d3aa8346829 to your computer and use it in GitHub Desktop.
Save VantivSDK/4b13114268b83ba2b5c46d3aa8346829 to your computer and use it in GitHub Desktop.
Ruby Retrieve Case Activity example
require 'CnpChargeback'
include CnpChargeback
response= ChargebackRetrieval.new.get_chargeback_by_case_id(case_id: "1333078000")
puts response.transactionId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment