Sha256: 35e7d70f8d8a6da63fcf567398f00622ed6d9f4e9b78537805caa9311b870b49
Contents?: true
Size: 353 Bytes
Versions: 58
Compression:
Stored size: 353 Bytes
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module Robokassa class Return < ActiveMerchant::Billing::Integrations::Return def item_id @params['InvId'] end def amount @params['OutSum'] end end end end end end
Version data entries
58 entries across 58 versions & 5 rubygems