Guest User

Untitled

a guest
Nov 15th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. require 'CnpOnline'
  2. include CnpOnline
  3.  
  4. hash = {
  5. 'merchantId' => '101',
  6. 'version'=>'8.8',
  7. 'id'=>'test',
  8. 'reportGroup'=>'Planets',
  9. 'partial'=>'true',
  10. 'cnpTxnId'=>'123456000',
  11. 'amount'=>'106',
  12. }
  13. response= CnpOnlineRequest.new.capture(hash)
  14.  
  15. puts response.message
Add Comment
Please, Sign In to add comment