Sha256: 975605edfa21aad2efa76338ab0ea8fcdf44290d96537a6d524afea19e78ad92

Contents?: true

Size: 639 Bytes

Versions: 34

Compression:

Stored size: 639 Bytes

Contents

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    module Integrations #:nodoc:
      module Rbkmoney
        class Helper < ActiveMerchant::Billing::Integrations::Helper
          mapping :account, 'eshopId'
          mapping :amount, 'recipientAmount'

          # NOTE: rbkmoney uses outdated currency code 'RUR'
          mapping :currency, 'recipientCurrency'

          mapping :order, 'orderId'

          mapping :customer, :email => 'user_email'

          mapping :credential2, 'serviceName'
          mapping :credential3, 'successUrl'
          mapping :credential4, 'failUrl'
        end
      end
    end
  end
end

Version data entries

34 entries across 34 versions & 2 rubygems

Version Path
tanga_activemerchant-1.38.0.5 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
tanga_activemerchant-1.38.0.4 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
tanga_activemerchant-1.38.0.3 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
tanga_activemerchant-1.38.0.2 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
tanga_activemerchant-1.38.0.1 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
tanga_activemerchant-1.38.0 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
tanga_activemerchant-1.37.0 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.43.3 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.43.1 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.43.0 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.42.9 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.42.8 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.42.7 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.42.6 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.42.5 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.42.4 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.42.3 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.42.2 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.42.1 lib/active_merchant/billing/integrations/rbkmoney/helper.rb
activemerchant-1.42.0 lib/active_merchant/billing/integrations/rbkmoney/helper.rb