Skip to content

Instantly share code, notes, and snippets.

@VantivSDK
Created November 15, 2018 21:29
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/345e4c9c088e9735d93a1f4ccc7ce032 to your computer and use it in GitHub Desktop.
Save VantivSDK/345e4c9c088e9735d93a1f4ccc7ce032 to your computer and use it in GitHub Desktop.
Ruby Retrieve ARN Activity Example
require 'CnpChargeback'
include CnpChargeback
response= ChargebackRetrieval.new.get_chargebacks_by_arn(arn: "1111111111")
puts response.transactionId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment