Sha256: d6ddf08fc23da65d5e68a31e3a96b8991b3f7bafcd53ef2046c6f254b4d4175a

Contents?: true

Size: 313 Bytes

Versions: 1

Compression:

Stored size: 313 Bytes

Contents

module ActiveMerchant::Billing::PaywareConnectGateway::AdminActions
  class AddCustomer < ActiveMerchant::Billing::PaywareConnectGateway::AdminXMLBuilder
    def build
      build_admin_request("ADDON_NEW_CUSTOMER") do |xml|
        build_customer(xml, options[:customer_id], options)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
workarea-payware_connect-2.1.2 lib/active_merchant/billing/payware_connect_gateway/admin_actions/add_customer.rb