Guest User

Untitled

a guest
Nov 15th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. from vantivsdk import fields, online, utils
  2.  
  3. conf = utils.Configuration()
  4.  
  5. transactions = fields.capture()
  6. transactions.reportGroup = 'Planets'
  7. transactions.cnpTxnId = '123456000'
  8. transactions.amount = 106
  9. transactions.payPalNotes = 'Notes'
  10. transactions.orderSource = 'ecommerce'
  11. transactions.partial = True
  12. transactions.id = 'ThisIsID'
  13.  
  14. response = online.request(transactions, conf)
Add Comment
Please, Sign In to add comment