Sha256: c4e8413b50603a5db9723fa21e5e664eacf5b89f2d07c824eb41588fd66aa968

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

module ActiveMerchant::Billing::PaywareConnectGateway::AdminActions
  class UpdateContract < ActiveMerchant::Billing::PaywareConnectGateway::AdminXMLBuilder
    def build
      build_admin_request("ADDON_UPDATE_CONTRACT") do |xml|
        build_contract(xml, options[:customer_id], options[:contract_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/update_contract.rb