class PayU::Signer::Form

Public Instance Methods

fields() click to toggle source
# File lib/pay_u/signer/form.rb, line 3
def fields
  [
    api_key,
    merchant_id,
    reference_code,
    format("%<amount>g", amount: format("%<amount>f", amount: amount)),
    currency,
  ]
end