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