Created
November 15, 2018 21:26
-
-
Save VantivSDK/53c024e54c4978e08b699763708aea9e to your computer and use it in GitHub Desktop.
Ruby Assign Case to User 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 = ChargebackUpdate.new.assign_case_to_user(case_id: 10000, user_id: "[email protected]", note: "Test note") | |
puts response.transactionId |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment