lib/active_merchant/billing/gateways/payu_in.rb in activemerchant-1.51.0 vs lib/active_merchant/billing/gateways/payu_in.rb in activemerchant-1.52.0

- old
+ new

@@ -122,10 +122,10 @@ end def add_invoice(post, money, options) post[:amount] = amount(money) - post[:txnid] = clean(options[:order_id], :alphanumeric, 25) + post[:txnid] = clean(options[:order_id], :alphanumeric, 30) post[:productinfo] = clean(options[:description] || "Purchase", nil, 100) post[:surl] = "http://example.com" post[:furl] = "http://example.com" end