Created
November 15, 2018 21:28
-
-
Save VantivSDK/4b13114268b83ba2b5c46d3aa8346829 to your computer and use it in GitHub Desktop.
Ruby Retrieve Case Activity example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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