Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.68 KB | None | 0 0
  1. env.purchase_on_gateway(gateway_token, payment_method_token, amount,
  2.                         order_id: "123",
  3.                         description: "The Description",
  4.                         ip: "192.31.123.112",
  5.                         merchant_name_descriptor: "SuperDuper Corp",
  6.                         merchant_location_descriptor: "http://super.com",
  7.                         gateway_specific_fields: {
  8.                             moneris: {
  9.                                 issuer_id: "134123412dqwvqrvqERV",
  10.                                 payment_indicator: "R",
  11.                                 payment_information: 2
  12.                                 } }
  13.                        )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement