Created
November 15, 2018 21:28
-
-
Save VantivSDK/1f9c305b81241c289cfed784df9b3a1c to your computer and use it in GitHub Desktop.
Ruby Retrieve Actionable Chargebacks 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_actionable_chargebacks(actionable: "true") | |
puts response.transactionId |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment