Created
November 15, 2018 21:28
-
-
Save VantivSDK/d7fd9a1c3bcac983cadb2dd1e8aa563a to your computer and use it in GitHub Desktop.
Ruby Retrieve All chargebacks for Activity Date 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_chargebacks_by_date(activity_date: "2018-01-01") | |
puts response.transactionId |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment