Skip to content

Instantly share code, notes, and snippets.

@VantivSDK
Created November 15, 2018 21:27
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/fe0cff4c665b30f70d4a624466e573de to your computer and use it in GitHub Desktop.
Save VantivSDK/fe0cff4c665b30f70d4a624466e573de to your computer and use it in GitHub Desktop.
Ruby Represent Example
require 'CnpChargeback'
include CnpChargeback
response = ChargebackUpdate.new.represent_case(case_id: 10000, note: "Test note", representment_amount: 12000)
puts response.transactionId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment