Skip to content

Instantly share code, notes, and snippets.

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