<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>pkg/abtain_billing-1.0.gem</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -41,7 +41,7 @@ end
 # Genereate the RDoc documentation
 Rake::RDocTask.new do |rdoc|
   rdoc.rdoc_dir = 'doc'
-  rdoc.title    = &quot;ActiveMerchant library&quot;
+  rdoc.title    = &quot;AbtainBilling library&quot;
   rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source' &lt;&lt; '--main=README'
   rdoc.rdoc_files.include('README', 'CHANGELOG')
   rdoc.rdoc_files.include('lib/**/*.rb')</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     class &lt;%= class_name %&gt;Gateway &lt; Gateway
       TEST_URL = 'https://example.com/test'</diff>
      <filename>generators/gateway/templates/gateway.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module &lt;%= class_name %&gt;
-        class Helper &lt; ActiveMerchant::Billing::Integrations::Helper
+        class Helper &lt; AbtainBilling::Billing::Integrations::Helper
           # Replace with the real mapping
           mapping :account, ''
           mapping :amount, ''</diff>
      <filename>generators/integration/templates/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class &lt;%= class_name %&gt;HelperTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def setup
     @helper = &lt;%= class_name %&gt;::Helper.new('order-500','cody@example.com', :amount =&gt; 500, :currency =&gt; 'USD')</diff>
      <filename>generators/integration/templates/helper_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require File.dirname(__FILE__) + '/&lt;%= name %&gt;/helper.rb'
 require File.dirname(__FILE__) + '/&lt;%= name %&gt;/notification.rb'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module &lt;%= class_name %&gt; </diff>
      <filename>generators/integration/templates/integration.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class &lt;%= class_name %&gt;ModuleTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def test_notification_method
     assert_instance_of &lt;%= class_name %&gt;::Notification, &lt;%= class_name %&gt;.notification('name=cody')</diff>
      <filename>generators/integration/templates/module_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 require 'net/http'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module &lt;%= class_name %&gt;
-        class Notification &lt; ActiveMerchant::Billing::Integrations::Notification
+        class Notification &lt; AbtainBilling::Billing::Integrations::Notification
           def complete?
             params['']
           end </diff>
      <filename>generators/integration/templates/notification.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class &lt;%= class_name %&gt;NotificationTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def setup
     @&lt;%= name %&gt; = &lt;%= class_name %&gt;::Notification.new(http_raw_data)</diff>
      <filename>generators/integration/templates/notification_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 require 'active_merchant'
 require 'active_merchant/billing/integrations/action_view_helper'
-ActionView::Base.send(:include, ActiveMerchant::Billing::Integrations::ActionViewHelper)
+ActionView::Base.send(:include, AbtainBilling::Billing::Integrations::ActionViewHelper)</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 #!ruby19
 # encoding: utf-8
 
-module ActiveMerchant
+module AbtainBilling
   module Billing 
     # Implements the Address Verification System
     # https://www.wellsfargo.com/downloads/pdf/biz/merchant/visa_avs.pdf</diff>
      <filename>lib/abtain_billing/billing/avs_result.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,14 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Base
-      # Set ActiveMerchant gateways in test mode.
+      # Set AbtainBilling gateways in test mode.
       #
-      #   ActiveMerchant::Billing::Base.gateway_mode = :test
+      #   AbtainBilling::Billing::Base.gateway_mode = :test
       mattr_accessor :gateway_mode
       
-      # Set ActiveMerchant gateways in test mode.
+      # Set AbtainBilling gateways in test mode.
       #
-      #   ActiveMerchant::Billing::Base.gateway_mode = :test
+      #   AbtainBilling::Billing::Base.gateway_mode = :test
       mattr_accessor :integration_mode
       
       # Set both the mode of both the gateways and integrations
@@ -29,7 +29,7 @@ module ActiveMerchant #:nodoc:
       # * &lt;tt&gt;authorize_net&lt;/tt&gt;: AuthorizeNetGateway
       # * &lt;tt&gt;trust_commerce&lt;/tt&gt;: TrustCommerceGateway
       # 
-      #   ActiveMerchant::Billing::Base.gateway('moneris').new
+      #   AbtainBilling::Billing::Base.gateway('moneris').new
       def self.gateway(name)
         Billing.const_get(&quot;#{name.to_s.downcase}_gateway&quot;.camelize)
       end
@@ -41,7 +41,7 @@ module ActiveMerchant #:nodoc:
       # * &lt;tt&gt;chronopay&lt;/tt&gt;: Chronopay - Does nothing (for testing)
       # * &lt;tt&gt;paypal&lt;/tt&gt;: Chronopay - Does nothing (for testing)
       #   
-      #   chronopay = ActiveMerchant::Billing::Base.integration('chronopay')
+      #   chronopay = AbtainBilling::Billing::Base.integration('chronopay')
       #   notification = chronopay.notification(raw_post)
       #
       def self.integration(name)</diff>
      <filename>lib/abtain_billing/billing/base.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     # The Check object is a plain old Ruby object, similar to CreditCard. It supports validation
     # of necessary attributes such as checkholder's name, routing and account numbers, but it is</diff>
      <filename>lib/abtain_billing/billing/check.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'time'
 require 'date'
 require 'active_merchant/billing/expiry_date'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     # == Description
     # This credit card object can be used as a stand alone object. It acts just like an ActiveRecord object</diff>
      <filename>lib/abtain_billing/billing/credit_card.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module CreditCardFormatting
       </diff>
      <filename>lib/abtain_billing/billing/credit_card_formatting.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     # Convenience methods that can be included into a custom Credit Card object, such as an ActiveRecord based Credit Card object.
     module CreditCardMethods
@@ -104,7 +104,7 @@ module ActiveMerchant #:nodoc:
         end
         
         def valid_test_mode_card_number?(number) #:nodoc:
-          ActiveMerchant::Billing::Base.test? &amp;&amp; 
+          AbtainBilling::Billing::Base.test? &amp;&amp; 
             %w[1 2 3 success failure error].include?(number.to_s)
         end
         </diff>
      <filename>lib/abtain_billing/billing/credit_card_methods.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant
+module AbtainBilling
   module Billing
     # Result of the Card Verification Value check
     # http://www.bbbonline.org/eExport/doc/MerchantGuide_cvv2.pdf</diff>
      <filename>lib/abtain_billing/billing/cvv_result.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'date'
 
-module ActiveMerchant
+module AbtainBilling
   module Billing
     class CreditCard
       class ExpiryDate #:nodoc:</diff>
      <filename>lib/abtain_billing/billing/expiry_date.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@ require 'net/http'
 require 'net/https'
 require 'active_merchant/billing/response'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     # 
     # == Description
-    # The Gateway class is the base class for all ActiveMerchant gateway implementations. 
+    # The Gateway class is the base class for all AbtainBilling gateway implementations. 
     # 
     # The standard list of gateway functions that most concrete gateway subclasses implement is:
     # 
@@ -53,7 +53,7 @@ module ActiveMerchant #:nodoc:
     #
     # == Implmenting new gateways
     #
-    # See the {ActiveMerchant Guide to Contributing}[http://code.google.com/p/activemerchant/wiki/Contributing]
+    # See the {AbtainBilling Guide to Contributing}[http://code.google.com/p/activemerchant/wiki/Contributing]
     #
     class Gateway
       include PostsData
@@ -94,7 +94,7 @@ module ActiveMerchant #:nodoc:
       # The application making the calls to the gateway
       # Useful for things like the PayPal build notation (BN) id fields
       superclass_delegating_accessor :application_id
-      self.application_id = 'ActiveMerchant'
+      self.application_id = 'AbtainBilling'
       
       attr_reader :options
       </diff>
      <filename>lib/abtain_billing/billing/gateway.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     # For more information on the Authorize.Net Gateway please visit their {Integration Center}[http://developer.authorize.net/]
     #</diff>
      <filename>lib/abtain_billing/billing/gateways/authorize_net.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'digest/sha1'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     # ==== Customer Information Manager (CIM)
     # </diff>
      <filename>lib/abtain_billing/billing/gateways/authorize_net_cim.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     # Bogus Gateway
     class BogusGateway &lt; Gateway</diff>
      <filename>lib/abtain_billing/billing/gateways/bogus.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     # See the remote and mocked unit test files for example usage.  Pay special attention to the contents of the options hash.
     #</diff>
      <filename>lib/abtain_billing/billing/gateways/cyber_source.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require_library_or_gem 'action_pack'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module ActionViewHelper
@@ -42,7 +42,7 @@ module ActiveMerchant #:nodoc:
         def payment_service_for(order, account, options = {}, &amp;proc)          
           raise ArgumentError, &quot;Missing block&quot; unless block_given?
 
-          integration_module = ActiveMerchant::Billing::Integrations.const_get(options.delete(:service).to_s.classify)
+          integration_module = AbtainBilling::Billing::Integrations.const_get(options.delete(:service).to_s.classify)
 
           if ignore_binding?
             concat(form_tag(integration_module.service_url, options.delete(:html) || {}))</diff>
      <filename>lib/abtain_billing/billing/integrations/action_view_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'active_merchant/billing/integrations/bogus/helper.rb'
 require 'active_merchant/billing/integrations/bogus/notification.rb'
 require 'active_merchant/billing/integrations/bogus/return.rb'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Bogus</diff>
      <filename>lib/abtain_billing/billing/integrations/bogus.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Bogus
-        class Helper &lt; ActiveMerchant::Billing::Integrations::Helper
+        class Helper &lt; AbtainBilling::Billing::Integrations::Helper
           mapping :account, 'account'
           mapping :order, 'order'
           mapping :amount, 'amount'</diff>
      <filename>lib/abtain_billing/billing/integrations/bogus/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Bogus
-        class Notification &lt; ActiveMerchant::Billing::Integrations::Notification
+        class Notification &lt; AbtainBilling::Billing::Integrations::Notification
 
         end
       end</diff>
      <filename>lib/abtain_billing/billing/integrations/bogus/notification.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Bogus
-        class Return &lt; ActiveMerchant::Billing::Integrations::Return
+        class Return &lt; AbtainBilling::Billing::Integrations::Return
 	      end
       end
     end</diff>
      <filename>lib/abtain_billing/billing/integrations/bogus/return.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'active_merchant/billing/integrations/chronopay/helper.rb'
 require 'active_merchant/billing/integrations/chronopay/notification.rb'
 require 'active_merchant/billing/integrations/chronopay/return.rb'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Chronopay</diff>
      <filename>lib/abtain_billing/billing/integrations/chronopay.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Chronopay
-        class Helper &lt; ActiveMerchant::Billing::Integrations::Helper
+        class Helper &lt; AbtainBilling::Billing::Integrations::Helper
           self.country_format = :alpha3
           
           def initialize(order, account, options = {})</diff>
      <filename>lib/abtain_billing/billing/integrations/chronopay/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Chronopay
-        class Notification &lt; ActiveMerchant::Billing::Integrations::Notification
+        class Notification &lt; AbtainBilling::Billing::Integrations::Notification
           def complete?
             status == 'Completed'
           end</diff>
      <filename>lib/abtain_billing/billing/integrations/chronopay/notification.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Chronopay
-        class Return &lt; ActiveMerchant::Billing::Integrations::Return
+        class Return &lt; AbtainBilling::Billing::Integrations::Return
 	      end
       end
     end</diff>
      <filename>lib/abtain_billing/billing/integrations/chronopay/return.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ require File.dirname(__FILE__) + '/gestpay/helper.rb'
 require File.dirname(__FILE__) + '/gestpay/notification.rb'
 require File.dirname(__FILE__) + '/gestpay/return.rb'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Gestpay </diff>
      <filename>lib/abtain_billing/billing/integrations/gestpay.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Gestpay</diff>
      <filename>lib/abtain_billing/billing/integrations/gestpay/common.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Gestpay
-        class Helper &lt; ActiveMerchant::Billing::Integrations::Helper
+        class Helper &lt; AbtainBilling::Billing::Integrations::Helper
           include Common
           # Valid language codes
           #   Italian		=&gt; 1</diff>
      <filename>lib/abtain_billing/billing/integrations/gestpay/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 require 'net/http'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Gestpay
-        class Notification &lt; ActiveMerchant::Billing::Integrations::Notification
+        class Notification &lt; AbtainBilling::Billing::Integrations::Notification
           include Common
           
           def complete?</diff>
      <filename>lib/abtain_billing/billing/integrations/gestpay/notification.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Gestpay
-        class Return &lt; ActiveMerchant::Billing::Integrations::Return
+        class Return &lt; AbtainBilling::Billing::Integrations::Return
 	      end
       end
     end</diff>
      <filename>lib/abtain_billing/billing/integrations/gestpay/return.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       class Helper #:nodoc:
@@ -11,7 +11,7 @@ module ActiveMerchant #:nodoc:
         # The application making the calls to the gateway
         # Useful for things like the PayPal build notation (BN) id fields
         class_inheritable_accessor :application_id
-        self.application_id = 'ActiveMerchant'
+        self.application_id = 'AbtainBilling'
 
         def initialize(order, account, options = {})
           options.assert_valid_keys([:amount, :currency, :test])</diff>
      <filename>lib/abtain_billing/billing/integrations/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require File.dirname(__FILE__) + '/hi_trust/helper.rb'
 require File.dirname(__FILE__) + '/hi_trust/notification.rb'
 require File.dirname(__FILE__) + '/hi_trust/return.rb'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module HiTrust 
@@ -10,7 +10,7 @@ module ActiveMerchant #:nodoc:
         LIVE_URL = 'https://trustlink.hitrust.com.tw/TrustLink/TrxReq'
         
         def self.service_url
-          ActiveMerchant::Billing::Base.integration_mode == :test ? TEST_URL : LIVE_URL
+          AbtainBilling::Billing::Base.integration_mode == :test ? TEST_URL : LIVE_URL
         end
 
         def self.notification(post)</diff>
      <filename>lib/abtain_billing/billing/integrations/hi_trust.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module HiTrust
-        class Helper &lt; ActiveMerchant::Billing::Integrations::Helper
+        class Helper &lt; AbtainBilling::Billing::Integrations::Helper
           
           # Transaction types
           # * Auth</diff>
      <filename>lib/abtain_billing/billing/integrations/hi_trust/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 require 'net/http'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module HiTrust
-        class Notification &lt; ActiveMerchant::Billing::Integrations::Notification
+        class Notification &lt; AbtainBilling::Billing::Integrations::Notification
           SUCCESS = '00'
           
           self.production_ips = [ '203.75.242.8' ]
@@ -46,7 +46,7 @@ module ActiveMerchant #:nodoc:
           end
           
           def test?
-            ActiveMerchant::Billing::Base.integration_mode == :test
+            AbtainBilling::Billing::Base.integration_mode == :test
           end
     
           def acknowledge      </diff>
      <filename>lib/abtain_billing/billing/integrations/hi_trust/notification.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module HiTrust
-        class Return &lt; ActiveMerchant::Billing::Integrations::Return
+        class Return &lt; AbtainBilling::Billing::Integrations::Return
           SUCCESS = &quot;00&quot;
           CODES = { &quot;00&quot;   =&gt; &quot;Operation completed successfully&quot;,
                     &quot;-1&quot;  =&gt; &quot;Unable to initialize winsock dll.&quot;,</diff>
      <filename>lib/abtain_billing/billing/integrations/hi_trust/return.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,15 +2,15 @@ require File.dirname(__FILE__) + '/nochex/helper.rb'
 require File.dirname(__FILE__) + '/nochex/notification.rb'
 require File.dirname(__FILE__) + '/nochex/return.rb'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       # To start with Nochex, follow the instructions for installing 
-      # ActiveMerchant as a plugin, as described on 
+      # AbtainBilling as a plugin, as described on 
       # http://www.activemerchant.org/.
       # 
       # The plugin will automatically add the ActionView helper for 
-      # ActiveMerchant, which will allow you to make the Nochex payments.  
+      # AbtainBilling, which will allow you to make the Nochex payments.  
       # The idea behind the helper is that it generates an invisible 
       # forwarding screen that will automatically redirect the user.  
       # So you would collect all the information about the order and then 
@@ -48,7 +48,7 @@ module ActiveMerchant #:nodoc:
       # handle the notification in your controller action as follows:
       #   
       #   class NotificationController &lt; ApplicationController
-      #     include ActiveMerchant::Billing::Integrations
+      #     include AbtainBilling::Billing::Integrations
       #   
       #     def notify
       #       notification =  Nochex::Notification.new(request.raw_post)
@@ -73,7 +73,7 @@ module ActiveMerchant #:nodoc:
         self.notification_confirmation_url = 'https://www.nochex.com/nochex.dll/apc/apc'
 
         # Simply a convenience method that returns a new 
-        # ActiveMerchant::Billing::Integrations::Nochex::Notification
+        # AbtainBilling::Billing::Integrations::Nochex::Notification
         def self.notification(post)
           Notification.new(post)
         end  </diff>
      <filename>lib/abtain_billing/billing/integrations/nochex.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Nochex
-        class Helper &lt; ActiveMerchant::Billing::Integrations::Helper
+        class Helper &lt; AbtainBilling::Billing::Integrations::Helper
           # Required Parameters
           # email
           # amount</diff>
      <filename>lib/abtain_billing/billing/integrations/nochex/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,13 @@
 require 'net/http'
 require 'date'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Nochex
         # Parser and handler for incoming Automatic Payment Confirmations from Nochex.
-        class Notification &lt; ActiveMerchant::Billing::Integrations::Notification
-          include ActiveMerchant::PostsData
+        class Notification &lt; AbtainBilling::Billing::Integrations::Notification
+          include AbtainBilling::PostsData
 
           def complete?
             status == 'Completed'</diff>
      <filename>lib/abtain_billing/billing/integrations/nochex/notification.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Nochex
-        class Return &lt; ActiveMerchant::Billing::Integrations::Return
+        class Return &lt; AbtainBilling::Billing::Integrations::Return
 	      end
       end
     end</diff>
      <filename>lib/abtain_billing/billing/integrations/nochex/return.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       class Notification
@@ -42,7 +42,7 @@ module ActiveMerchant #:nodoc:
         
         # Check if the request comes from an official IP
         def valid_sender?(ip)
-          return true if ActiveMerchant::Billing::Base.integration_mode == :test || production_ips.blank?
+          return true if AbtainBilling::Billing::Base.integration_mode == :test || production_ips.blank?
           production_ips.include?(ip)
         end
         </diff>
      <filename>lib/abtain_billing/billing/integrations/notification.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'active_merchant/billing/integrations/paypal/helper.rb'
 require 'active_merchant/billing/integrations/paypal/notification.rb'
 require 'active_merchant/billing/integrations/paypal/return.rb'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Paypal
@@ -16,7 +16,7 @@ module ActiveMerchant #:nodoc:
         self.production_url = 'https://www.paypal.com/cgi-bin/webscr' 
         
         def self.service_url
-          mode = ActiveMerchant::Billing::Base.integration_mode
+          mode = AbtainBilling::Billing::Base.integration_mode
           case mode
           when :production
             self.production_url    </diff>
      <filename>lib/abtain_billing/billing/integrations/paypal.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Paypal
-        class Helper &lt; ActiveMerchant::Billing::Integrations::Helper
+        class Helper &lt; AbtainBilling::Billing::Integrations::Helper
          CANADIAN_PROVINCES = {  'AB' =&gt; 'Alberta',
                                  'BC' =&gt; 'British Columbia',
                                  'MB' =&gt; 'Manitoba',</diff>
      <filename>lib/abtain_billing/billing/integrations/paypal/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'net/http'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Paypal
@@ -12,7 +12,7 @@ module ActiveMerchant #:nodoc:
         # Example
         #  
         #   class BackendController &lt; ApplicationController
-        #     include ActiveMerchant::Billing::Integrations
+        #     include AbtainBilling::Billing::Integrations
         #
         #     def paypal_ipn
         #       notify = Paypal::Notification.new(request.raw_post)
@@ -41,7 +41,7 @@ module ActiveMerchant #:nodoc:
         #       render :nothing
         #     end
         #   end
-        class Notification &lt; ActiveMerchant::Billing::Integrations::Notification
+        class Notification &lt; AbtainBilling::Billing::Integrations::Notification
           include PostsData
           
           # Was the transaction complete?</diff>
      <filename>lib/abtain_billing/billing/integrations/paypal/notification.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Paypal
-        class Return &lt; ActiveMerchant::Billing::Integrations::Return
+        class Return &lt; AbtainBilling::Billing::Integrations::Return
 	      end
       end
     end</diff>
      <filename>lib/abtain_billing/billing/integrations/paypal/return.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require File.dirname(__FILE__) + '/quickpay/helper.rb'
 require File.dirname(__FILE__) + '/quickpay/notification.rb'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Quickpay </diff>
      <filename>lib/abtain_billing/billing/integrations/quickpay.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Quickpay
-        class Helper &lt; ActiveMerchant::Billing::Integrations::Helper
+        class Helper &lt; AbtainBilling::Billing::Integrations::Helper
 
           def initialize(order, account, options = {})
             super</diff>
      <filename>lib/abtain_billing/billing/integrations/quickpay/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 require 'net/http'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module Quickpay
-        class Notification &lt; ActiveMerchant::Billing::Integrations::Notification
+        class Notification &lt; AbtainBilling::Billing::Integrations::Notification
           def complete?
             status == '000'
           end </diff>
      <filename>lib/abtain_billing/billing/integrations/quickpay/notification.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       class Return</diff>
      <filename>lib/abtain_billing/billing/integrations/return.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require File.dirname(__FILE__) + '/two_checkout/helper.rb'
 require File.dirname(__FILE__) + '/two_checkout/notification.rb'
 require File.dirname(__FILE__) + '/two_checkout/return.rb'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module TwoCheckout </diff>
      <filename>lib/abtain_billing/billing/integrations/two_checkout.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,13 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module TwoCheckout
-        class Helper &lt; ActiveMerchant::Billing::Integrations::Helper
+        class Helper &lt; AbtainBilling::Billing::Integrations::Helper
           def initialize(order, account, options = {})
             super
             add_field('fixed', 'Y')
             
-            if ActiveMerchant::Billing::Base.integration_mode == :test || options[:test]
+            if AbtainBilling::Billing::Base.integration_mode == :test || options[:test]
               add_field('demo', 'Y')
             end 
           end</diff>
      <filename>lib/abtain_billing/billing/integrations/two_checkout/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@ require 'net/http'
 require 'base64'
 require 'digest/md5'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module TwoCheckout
-        class Notification &lt; ActiveMerchant::Billing::Integrations::Notification
+        class Notification &lt; AbtainBilling::Billing::Integrations::Notification
         #  order_number	2Checkout.com order number
         #   	card_holder_name	Card holder's name
         #   	street_address	Card holder's address</diff>
      <filename>lib/abtain_billing/billing/integrations/two_checkout/notification.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
     module Integrations #:nodoc:
       module TwoCheckout
-        class Return &lt; ActiveMerchant::Billing::Integrations::Return
+        class Return &lt; AbtainBilling::Billing::Integrations::Return
           def success?
             params['credit_card_processed'] == 'Y'
           end</diff>
      <filename>lib/abtain_billing/billing/integrations/two_checkout/return.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Billing #:nodoc:
   
-    class Error &lt; ActiveMerchantError #:nodoc:
+    class Error &lt; AbtainBillingError #:nodoc:
     end
   
     class Response</diff>
      <filename>lib/abtain_billing/billing/response.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,14 +3,14 @@ require 'net/http'
 require 'net/https'
 require 'benchmark'
 
-module ActiveMerchant  
-  class ConnectionError &lt; ActiveMerchantError # :nodoc:
+module AbtainBilling  
+  class ConnectionError &lt; AbtainBillingError # :nodoc:
   end
   
   class RetriableConnectionError &lt; ConnectionError # :nodoc:
   end
   
-  class ResponseError &lt; ActiveMerchantError # :nodoc:
+  class ResponseError &lt; AbtainBillingError # :nodoc:
     attr_reader :response
 
     def initialize(response, message = nil)</diff>
      <filename>lib/abtain_billing/lib/connection.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 #!ruby19
 # encoding: utf-8
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   class InvalidCountryCodeError &lt; StandardError
   end
 </diff>
      <filename>lib/abtain_billing/lib/country.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
-  class ActiveMerchantError &lt; StandardError #:nodoc:
+module AbtainBilling #:nodoc:
+  class AbtainBillingError &lt; StandardError #:nodoc:
   end
 end
\ No newline at end of file</diff>
      <filename>lib/abtain_billing/lib/error.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module PostsData  #:nodoc:
 
     def self.included(base)</diff>
      <filename>lib/abtain_billing/lib/posts_data.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module RequiresParameters #:nodoc:
     def requires!(hash, *params)
       params.each do |param| </diff>
      <filename>lib/abtain_billing/lib/requires_parameters.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'digest/md5'
 
-module ActiveMerchant #:nodoc:
+module AbtainBilling #:nodoc:
   module Utils #:nodoc:
     def generate_unique_id
       md5 = Digest::MD5.new</diff>
      <filename>lib/abtain_billing/lib/utils.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module ActiveMerchant #:nodoc:  
+module AbtainBilling #:nodoc:  
   module Validateable #:nodoc:
     def valid?
       errors.clear</diff>
      <filename>lib/abtain_billing/lib/validateable.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,13 +6,13 @@ require 'lib/active_merchant'
 class GatewaySupport #:nodoc:
   ACTIONS = [:purchase, :authorize, :capture, :void, :credit, :recurring]
   
-  include ActiveMerchant::Billing
+  include AbtainBilling::Billing
 
   attr_reader :gateways
   
   def initialize
     @gateways = Gateway.implementations.sort_by(&amp;:name)
-    @gateways.delete(ActiveMerchant::Billing::BogusGateway)
+    @gateways.delete(AbtainBilling::Billing::BogusGateway)
   end
   
   def each_gateway</diff>
      <filename>lib/support/gateway_support.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# This file has all of the ActiveMerchant test account credentials.
+# This file has all of the AbtainBilling test account credentials.
 # Many gateways do not offer publicly available test accounts. In
 # order to make testing the gateways easy you can copy this file to
 # your home directory as the file ~/.active_merchant/fixtures.yml</diff>
      <filename>test/fixtures.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class RemoteGestpayIntegrationTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def setup
     # Your Gestpay ShopLogin</diff>
      <filename>test/remote/integrations/remote_gestpay_integration_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,14 @@
 require 'test_helper'
 
 class RemotePaypalIntegrationTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def setup
     @paypal = Paypal::Notification.new('')
   end
 
   def tear_down
-    ActiveMerchant::Billing::Base.integration_mode = :test
+    AbtainBilling::Billing::Base.integration_mode = :test
   end
   
   def test_raw
@@ -19,7 +19,7 @@ class RemotePaypalIntegrationTest &lt; Test::Unit::TestCase
   end
   
   def test_valid_sender_always_true
-    ActiveMerchant::Billing::Base.integration_mode = :production
+    AbtainBilling::Billing::Base.integration_mode = :production
     assert @paypal.valid_sender?(nil)
     assert @paypal.valid_sender?('127.0.0.1')
   end</diff>
      <filename>test/remote/integrations/remote_paypal_integration_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,17 +18,17 @@ require 'action_controller'
 require 'action_controller/test_process'
 require 'active_merchant/billing/integrations/action_view_helper'
 
-ActiveMerchant::Billing::Base.mode = :test
+AbtainBilling::Billing::Base.mode = :test
 
 # Test gateways
-class SimpleTestGateway &lt; ActiveMerchant::Billing::Gateway
+class SimpleTestGateway &lt; AbtainBilling::Billing::Gateway
 end
 
 class SubclassGateway &lt; SimpleTestGateway
 end
 
 
-module ActiveMerchant
+module AbtainBilling
   module Assertions
     def assert_field(field, value)
       clean_backtrace do 
@@ -175,8 +175,8 @@ module ActiveMerchant
 end
 
 Test::Unit::TestCase.class_eval do
-  include ActiveMerchant::Billing
-  include ActiveMerchant::Assertions
-  include ActiveMerchant::Utils
-  include ActiveMerchant::Fixtures
+  include AbtainBilling::Billing
+  include AbtainBilling::Assertions
+  include AbtainBilling::Utils
+  include AbtainBilling::Fixtures
 end</diff>
      <filename>test/test_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@ require 'test_helper'
 
 class BaseTest &lt; Test::Unit::TestCase
   def setup
-    ActiveMerchant::Billing::Base.mode = :test
+    AbtainBilling::Billing::Base.mode = :test
   end
   
   def teardown
-    ActiveMerchant::Billing::Base.mode = :test
+    AbtainBilling::Billing::Base.mode = :test
   end
   
   def test_should_return_a_new_gateway_specified_by_symbol_name</diff>
      <filename>test/unit/base_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ class ConnectionTest &lt; Test::Unit::TestCase
     @internal_server_error = stub(:code =&gt; 500, :message =&gt; 'Internal Server Error', :body =&gt; 'failure')
     
     @endpoint   = 'https://example.com/tx.php'
-    @connection = ActiveMerchant::Connection.new(@endpoint) 
+    @connection = AbtainBilling::Connection.new(@endpoint) 
   end
   
   def test_connection_endpoint_parses_string_to_uri
@@ -16,13 +16,13 @@ class ConnectionTest &lt; Test::Unit::TestCase
   
   def test_connection_endpoint_accepts_uri
     endpoint = URI.parse(@endpoint)
-    connection = ActiveMerchant::Connection.new(endpoint) 
+    connection = AbtainBilling::Connection.new(endpoint) 
     assert_equal endpoint, connection.endpoint
   end
   
   def test_connection_endpoint_raises_uri_error
     assert_raises URI::InvalidURIError do
-      ActiveMerchant::Connection.new(&quot;not a URI&quot;)
+      AbtainBilling::Connection.new(&quot;not a URI&quot;)
     end
   end
   
@@ -33,7 +33,7 @@ class ConnectionTest &lt; Test::Unit::TestCase
   end
   
   def test_successful_post_request
-    Net::HTTP.any_instance.expects(:post).with('/tx.php', 'data', ActiveMerchant::Connection::RUBY_184_POST_HEADERS).returns(@ok)
+    Net::HTTP.any_instance.expects(:post).with('/tx.php', 'data', AbtainBilling::Connection::RUBY_184_POST_HEADERS).returns(@ok)
     response = @connection.request(:post, 'data', {})
     assert_equal 'success', response
   end
@@ -52,13 +52,13 @@ class ConnectionTest &lt; Test::Unit::TestCase
   
   def test_500_response_during_request_raises_client_error
     Net::HTTP.any_instance.stubs(:post).returns(@internal_server_error)
-    assert_raises(ActiveMerchant::ResponseError) do
+    assert_raises(AbtainBilling::ResponseError) do
       @connection.request(:post, '', {})
     end
   end
   
   def test_default_read_timeout
-    assert_equal ActiveMerchant::Connection::READ_TIMEOUT, @connection.read_timeout
+    assert_equal AbtainBilling::Connection::READ_TIMEOUT, @connection.read_timeout
   end
   
   def test_override_read_timeout
@@ -72,7 +72,7 @@ class ConnectionTest &lt; Test::Unit::TestCase
   end
   
   def test_default_verify_peer
-    assert_equal ActiveMerchant::Connection::VERIFY_PEER, @connection.verify_peer
+    assert_equal AbtainBilling::Connection::VERIFY_PEER, @connection.verify_peer
   end
   
   def test_override_verify_peer
@@ -83,7 +83,7 @@ class ConnectionTest &lt; Test::Unit::TestCase
   def test_unrecoverable_exception
     Net::HTTP.any_instance.expects(:post).raises(EOFError)
     
-    assert_raises(ActiveMerchant::ConnectionError) do
+    assert_raises(AbtainBilling::ConnectionError) do
       @connection.request(:post, '')
     end
   end
@@ -97,9 +97,9 @@ class ConnectionTest &lt; Test::Unit::TestCase
   end
   
   def test_failure_limit_reached
-    Net::HTTP.any_instance.expects(:post).times(ActiveMerchant::Connection::MAX_RETRIES).raises(Errno::ECONNREFUSED)
+    Net::HTTP.any_instance.expects(:post).times(AbtainBilling::Connection::MAX_RETRIES).raises(Errno::ECONNREFUSED)
     
-    assert_raises(ActiveMerchant::ConnectionError) do 
+    assert_raises(AbtainBilling::ConnectionError) do 
       @connection.request(:post, '')
     end
   end
@@ -121,7 +121,7 @@ class ConnectionTest &lt; Test::Unit::TestCase
       
     @connection.retry_safe = true
                                                      
-    assert_raises(ActiveMerchant::ConnectionError) do  
+    assert_raises(AbtainBilling::ConnectionError) do  
       @connection.request(:post, '')
     end
   end</diff>
      <filename>test/unit/connection_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class CountryCodeTest &lt; Test::Unit::TestCase
-  include ActiveMerchant
+  include AbtainBilling
 
   def test_alpha2_country_code
     code = CountryCode.new('CA')</diff>
      <filename>test/unit/country_code_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class CountryTest &lt; Test::Unit::TestCase
-  include ActiveMerchant
+  include AbtainBilling
 
   def test_country_from_hash
     country = Country.new(:name =&gt; 'Canada', :alpha2 =&gt; 'CA', :alpha3 =&gt; 'CAN', :numeric =&gt; '124')</diff>
      <filename>test/unit/country_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class CreditCardFormattingTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::CreditCardFormatting
+  include AbtainBilling::Billing::CreditCardFormatting
   
   def test_should_format_number_by_rule
     assert_equal 2005, format(2005, :steven_colbert)</diff>
      <filename>test/unit/credit_card_formatting_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 require 'test_helper'
 
 class CreditCardMethodsTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::CreditCardMethods
+  include AbtainBilling::Billing::CreditCardMethods
   
   class CreditCard
-    include ActiveMerchant::Billing::CreditCardMethods 
+    include AbtainBilling::Billing::CreditCardMethods 
   end
   
   def maestro_card_numbers</diff>
      <filename>test/unit/credit_card_methods_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -75,14 +75,14 @@ class AuthorizeNetTest &lt; Test::Unit::TestCase
   
   def test_add_duplicate_window_without_duplicate_window
     result = {}
-    ActiveMerchant::Billing::AuthorizeNetGateway.duplicate_window = nil
+    AbtainBilling::Billing::AuthorizeNetGateway.duplicate_window = nil
     @gateway.send(:add_duplicate_window, result)
     assert_nil result[:duplicate_window]
   end
   
   def test_add_duplicate_window_with_duplicate_window
     result = {}
-    ActiveMerchant::Billing::AuthorizeNetGateway.duplicate_window = 0
+    AbtainBilling::Billing::AuthorizeNetGateway.duplicate_window = 0
     @gateway.send(:add_duplicate_window, result)
     assert_equal 0, result[:duplicate_window]
   end</diff>
      <filename>test/unit/gateways/authorize_net_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ class BogusTest &lt; Test::Unit::TestCase
     
     @creditcard = credit_card('1')
     
-    @response = ActiveMerchant::Billing::Response.new(true, &quot;Transaction successful&quot;, :transid =&gt; BogusGateway::AUTHORIZATION)
+    @response = AbtainBilling::Billing::Response.new(true, &quot;Transaction successful&quot;, :transid =&gt; BogusGateway::AUTHORIZATION)
   end
 
   def test_authorize</diff>
      <filename>test/unit/gateways/bogus_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -78,7 +78,7 @@ class DataCashTest &lt; Test::Unit::TestCase
   
   def test_purchase_does_not_raise_exception_with_missing_billing_address
     @gateway.expects(:ssl_post).returns(successful_purchase_response)
-    assert @gateway.authorize(100, @credit_card, {:order_id =&gt; generate_unique_id }).is_a?(ActiveMerchant::Billing::Response)
+    assert @gateway.authorize(100, @credit_card, {:order_id =&gt; generate_unique_id }).is_a?(AbtainBilling::Billing::Response)
   end
   
   def test_continuous_authority_purchase_with_missing_continuous_authority_reference</diff>
      <filename>test/unit/gateways/data_cash_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class JetpayTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing
+  include AbtainBilling::Billing
 
   def setup
     Base.gateway_mode = :test</diff>
      <filename>test/unit/gateways/jetpay_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,7 @@ class MerchantWareTest &lt; Test::Unit::TestCase
   
   def test_soap_fault_during_authorization
     response_500 = stub(:code =&gt; &quot;500&quot;, :message =&gt; &quot;Internal Server Error&quot;, :body =&gt; fault_authorization_response)
-    @gateway.expects(:ssl_post).raises(ActiveMerchant::ResponseError.new(response_500))
+    @gateway.expects(:ssl_post).raises(AbtainBilling::ResponseError.new(response_500))
     
     assert response = @gateway.authorize(@amount, @credit_card, @options)
     assert_instance_of Response, response</diff>
      <filename>test/unit/gateways/merchant_ware_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -113,7 +113,7 @@ class PayflowExpressTest &lt; Test::Unit::TestCase
     xml = Builder::XmlMarkup.new
     @gateway.send(:add_paypal_details, xml, {})
     xml_doc = REXML::Document.new(xml.target!)
-    assert_equal 'ActiveMerchant', REXML::XPath.first(xml_doc, '/PayPal/ButtonSource').text
+    assert_equal 'AbtainBilling', REXML::XPath.first(xml_doc, '/PayPal/ButtonSource').text
   end
   
   private</diff>
      <filename>test/unit/gateways/payflow_express_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -204,7 +204,7 @@ class PayflowTest &lt; Test::Unit::TestCase
   &lt;Message&gt;Approved&lt;/Message&gt;
   &lt;Partner&gt;paypal&lt;/Partner&gt;
   &lt;RPRef&gt;R7960E739F80&lt;/RPRef&gt;
-  &lt;Vendor&gt;ActiveMerchant&lt;/Vendor&gt;
+  &lt;Vendor&gt;AbtainBilling&lt;/Vendor&gt;
   &lt;ProfileId&gt;RT0000000009&lt;/ProfileId&gt;
 &lt;/ResponseData&gt;
   XML
@@ -216,7 +216,7 @@ class PayflowTest &lt; Test::Unit::TestCase
   &lt;Result&gt;0&lt;/Result&gt;
   &lt;Partner&gt;paypal&lt;/Partner&gt;
   &lt;RPRef&gt;R7960E739F80&lt;/RPRef&gt;
-  &lt;Vendor&gt;ActiveMerchant&lt;/Vendor&gt;
+  &lt;Vendor&gt;AbtainBilling&lt;/Vendor&gt;
   &lt;ProfileId&gt;RT0000000009&lt;/ProfileId&gt;
   &lt;RPPaymentResult&gt;
     &lt;PaymentNum&gt;1&lt;/PaymentNum&gt;
@@ -243,7 +243,7 @@ class PayflowTest &lt; Test::Unit::TestCase
     &lt;IavsResult&gt;N&lt;/IavsResult&gt;
     &lt;ZipMatch&gt;Match&lt;/ZipMatch&gt;
     &lt;AuthCode&gt;094016&lt;/AuthCode&gt;
-    &lt;Vendor&gt;ActiveMerchant&lt;/Vendor&gt;
+    &lt;Vendor&gt;AbtainBilling&lt;/Vendor&gt;
     &lt;AvsResult&gt;Y&lt;/AvsResult&gt;
     &lt;StreetMatch&gt;Match&lt;/StreetMatch&gt;
     &lt;CvResult&gt;Match&lt;/CvResult&gt;
@@ -263,7 +263,7 @@ class PayflowTest &lt; Test::Unit::TestCase
     &lt;IavsResult&gt;N&lt;/IavsResult&gt;
     &lt;ZipMatch&gt;Match&lt;/ZipMatch&gt;
     &lt;AuthCode&gt;094016&lt;/AuthCode&gt;
-    &lt;Vendor&gt;ActiveMerchant&lt;/Vendor&gt;
+    &lt;Vendor&gt;AbtainBilling&lt;/Vendor&gt;
     &lt;AvsResult&gt;Y&lt;/AvsResult&gt;
     &lt;StreetMatch&gt;Match&lt;/StreetMatch&gt;
     &lt;CvResult&gt;Match&lt;/CvResult&gt;
@@ -276,7 +276,7 @@ class PayflowTest &lt; Test::Unit::TestCase
 &lt;?xml version=&quot;1.0&quot;?&gt;
 &lt;XMLPayResponse xmlns=&quot;http://www.verisign.com/XMLPay&quot;&gt;
 	&lt;ResponseData&gt;
-		&lt;Vendor&gt;ActiveMerchant&lt;/Vendor&gt;
+		&lt;Vendor&gt;AbtainBilling&lt;/Vendor&gt;
 		&lt;Partner&gt;paypal&lt;/Partner&gt;
 		&lt;TransactionResults&gt;
 			&lt;TransactionResult Duplicate=&quot;true&quot;&gt;</diff>
      <filename>test/unit/gateways/payflow_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -132,10 +132,10 @@ class PaypalExpressTest &lt; Test::Unit::TestCase
   end
   
   def test_button_source
-    PaypalExpressGateway.application_id = 'ActiveMerchant_EC'
+    PaypalExpressGateway.application_id = 'AbtainBilling_EC'
     
     xml = REXML::Document.new(@gateway.send(:build_sale_or_authorization_request, 'Test', 100, {}))
-    assert_equal 'ActiveMerchant_EC', REXML::XPath.first(xml, '//n2:ButtonSource').text
+    assert_equal 'AbtainBilling_EC', REXML::XPath.first(xml, '//n2:ButtonSource').text
   end
   
   def test_error_code_for_single_error </diff>
      <filename>test/unit/gateways/paypal_express_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -121,10 +121,10 @@ class PaypalTest &lt; Test::Unit::TestCase
   end
   
   def test_button_source
-    PaypalGateway.application_id = 'ActiveMerchant_DC'
+    PaypalGateway.application_id = 'AbtainBilling_DC'
     
     xml = REXML::Document.new(@gateway.send(:build_sale_or_authorization_request, 'Test', @amount, @credit_card, {}))
-    assert_equal 'ActiveMerchant_DC', REXML::XPath.first(xml, '//n2:ButtonSource').text
+    assert_equal 'AbtainBilling_DC', REXML::XPath.first(xml, '//n2:ButtonSource').text
   end
   
   def test_item_total_shipping_handling_and_tax_not_included_unless_all_are_present</diff>
      <filename>test/unit/gateways/paypal_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -37,7 +37,7 @@ class RealexTest &lt; Test::Unit::TestCase
   
   
   def test_in_test
-    assert_equal :test, ActiveMerchant::Billing::Base.gateway_mode
+    assert_equal :test, AbtainBilling::Billing::Base.gateway_mode
   end  
   
   def test_hash</diff>
      <filename>test/unit/gateways/realex_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class VerifiTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing
+  include AbtainBilling::Billing
 
   def setup
     @gateway = VerifiGateway.new(</diff>
      <filename>test/unit/gateways/verifi_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class ActionViewHelperTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations::ActionViewHelper
+  include AbtainBilling::Billing::Integrations::ActionViewHelper
   include ActionView::Helpers::FormHelper
   include ActionView::Helpers::FormTagHelper
   include ActionView::Helpers::UrlHelper</diff>
      <filename>test/unit/integrations/action_view_helper_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class BogusModuleTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def test_notification_method
     assert_instance_of Bogus::Notification, Bogus.notification('name=cody')</diff>
      <filename>test/unit/integrations/bogus_module_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class ChronopayModuleTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def test_notification_method
     assert_instance_of Chronopay::Notification, Chronopay.notification('name=cody')</diff>
      <filename>test/unit/integrations/chronopay_module_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class GestpayModuleTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def test_notification_method
     Gestpay::Notification.any_instance.expects(:ssl_get).returns('#decryptstring#a=9000000&amp;b=PAY1_UICCODE=242*P1*PAY1_AMOUNT=1234.56*P1*PAY1_TRANSACTIONRESULT=OK*P1*PAY1_BANKTRANSACTIONID=ABCD1234*P1*PAY1_SHOPTRANSACTIONID=1000#/decryptstring#')</diff>
      <filename>test/unit/integrations/gestpay_module_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class BogusHelperTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def setup
     @helper = Bogus::Helper.new('order-500','cfauser', :amount =&gt; 500, :currency =&gt; 'CAD')</diff>
      <filename>test/unit/integrations/helpers/bogus_helper_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class ChronopayHelperTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def setup
     @helper = Chronopay::Helper.new('order-500','003176-0001-0001', :amount =&gt; 500, :currency =&gt; 'CAD')</diff>
      <filename>test/unit/integrations/helpers/chronopay_helper_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class GestpayHelperTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def setup
     @helper = Gestpay::Helper.new('order-500','1234567', :amount =&gt; '5.00', :currency =&gt; 'EUR')</diff>
      <filename>test/unit/integrations/helpers/gestpay_helper_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class HiTrustHelperTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def setup
     @helper = HiTrust::Helper.new('order-500','cody@example.com', :amount =&gt; 500, :currency =&gt; 'USD')</diff>
      <filename>test/unit/integrations/helpers/hi_trust_helper_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class NochexHelperTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def setup
     @helper = Nochex::Helper.new('order-500','cody@example.com', :amount =&gt; 500, :currency =&gt; 'GBP')</diff>
      <filename>test/unit/integrations/helpers/nochex_helper_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class PaypalHelperTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def setup
     @helper = Paypal::Helper.new(1,'cody@example.com', :amount =&gt; 500, :currency =&gt; 'CAD')
@@ -156,7 +156,7 @@ class PaypalHelperTest &lt; Test::Unit::TestCase
   end
   
   def test_default_bn
-    assert_field 'bn', ActiveMerchant::Billing::Integrations::Helper.application_id 
+    assert_field 'bn', AbtainBilling::Billing::Integrations::Helper.application_id 
   end
   
   def test_override_bn</diff>
      <filename>test/unit/integrations/helpers/paypal_helper_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class QuickpayHelperTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def setup
     @helper = Quickpay::Helper.new('order-500','24352435', :amount =&gt; 500, :currency =&gt; 'USD')</diff>
      <filename>test/unit/integrations/helpers/quickpay_helper_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,14 @@
 require 'test_helper'
 
 class TwoCheckoutHelperTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def setup
     @helper = TwoCheckout::Helper.new('order-500','cody@example.com', :amount =&gt; '5.00', :currency =&gt; 'USD')
   end
   
   def teardown
-    ActiveMerchant::Billing::Base.integration_mode = :test
+    AbtainBilling::Billing::Base.integration_mode = :test
   end
  
   def test_basic_helper_fields
@@ -79,13 +79,13 @@ class TwoCheckoutHelperTest &lt; Test::Unit::TestCase
   end
   
   def test_force_test_mode
-    ActiveMerchant::Billing::Base.integration_mode = :production
+    AbtainBilling::Billing::Base.integration_mode = :production
     @helper = TwoCheckout::Helper.new('order-500','cody@example.com', :amount =&gt; '5.00', :currency =&gt; 'USD', :test =&gt; true)
     assert_field 'demo', 'Y'
   end
   
   def test_production_mode
-    ActiveMerchant::Billing::Base.integration_mode = :production
+    AbtainBilling::Billing::Base.integration_mode = :production
     @helper = TwoCheckout::Helper.new('order-500','cody@example.com', :amount =&gt; '5.00', :currency =&gt; 'USD')
     assert !@helper.fields.has_key?(&quot;demo&quot;)
   end</diff>
      <filename>test/unit/integrations/helpers/two_checkout_helper_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class HiTrustModuleTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def test_notification_method
     assert_instance_of HiTrust::Notification, HiTrust.notification('name=cody')</diff>
      <filename>test/unit/integrations/hi_trust_module_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class ChronopayModuleTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def test_notification_method
     assert_instance_of Nochex::Notification, Nochex.notification('name=cody')</diff>
      <filename>test/unit/integrations/nochex_module_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class ChronopayNotificationTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def setup
     @notification = Chronopay::Notification.new(http_raw_data)</diff>
      <filename>test/unit/integrations/notifications/chronopay_notification_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class GestpayNotificationTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def test_successful_notification
     Gestpay::Notification.any_instance.expects(:ssl_get).returns('#decryptstring#PAY1_UICCODE=242*P1*PAY1_AMOUNT=1234.56*P1*PAY1_TRANSACTIONRESULT=OK*P1*PAY1_BANKTRANSACTIONID=ABCD1234*P1*PAY1_SHOPTRANSACTIONID=1000#/decryptstring#')</diff>
      <filename>test/unit/integrations/notifications/gestpay_notification_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,14 @@
 require 'test_helper'
 
 class HiTrustNotificationTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def setup
     @notification = HiTrust::Notification.new(successful_response)
   end
   
   def teardown
-    ActiveMerchant::Billing::Base.integration_mode = :test
+    AbtainBilling::Billing::Base.integration_mode = :test
   end
   
   def test_accessors
@@ -42,12 +42,12 @@ class HiTrustNotificationTest &lt; Test::Unit::TestCase
   end
 
   def test_valid_sender
-    ActiveMerchant::Billing::Base.integration_mode = :production
+    AbtainBilling::Billing::Base.integration_mode = :production
     assert @notification.valid_sender?('203.75.242.8')
   end
 
   def test_invalid_sender
-    ActiveMerchant::Billing::Base.integration_mode = :production
+    AbtainBilling::Billing::Base.integration_mode = :production
     assert_false @notification.valid_sender?('127.0.0.1')
     assert_false @notification.valid_sender?(nil)
   end</diff>
      <filename>test/unit/integrations/notifications/hi_trust_notification_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class NochexNotificationTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def setup
     @nochex = Nochex::Notification.new(http_raw_data)</diff>
      <filename>test/unit/integrations/notifications/nochex_notification_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class NotificationTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def setup
     @notification = Notification.new(http_raw_data)
@@ -31,16 +31,16 @@ class NotificationTest &lt; Test::Unit::TestCase
   end
 
   def test_valid_sender_always_true_in_testmode
-    assert_equal ActiveMerchant::Billing::Base.integration_mode, :test
+    assert_equal AbtainBilling::Billing::Base.integration_mode, :test
     assert @notification.valid_sender?(nil)
     assert @notification.valid_sender?('localhost')
   end
 
   def test_valid_sender_always_true_when_no_ips
-    ActiveMerchant::Billing::Base.integration_mode = :production
+    AbtainBilling::Billing::Base.integration_mode = :production
     assert @notification.valid_sender?(nil)
     assert @notification.valid_sender?('localhost')
-    ActiveMerchant::Billing::Base.integration_mode = :test
+    AbtainBilling::Billing::Base.integration_mode = :test
   end
   
   private</diff>
      <filename>test/unit/integrations/notifications/notification_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class PaypalNotificationTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def setup
     @paypal = Paypal::Notification.new(http_raw_data)</diff>
      <filename>test/unit/integrations/notifications/paypal_notification_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class QuickpayNotificationTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def setup
     @quickpay = Quickpay::Notification.new(http_raw_data, :md5secret =&gt; &quot;mysecretmd5string&quot;)</diff>
      <filename>test/unit/integrations/notifications/quickpay_notification_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class TwoCheckoutNotificationTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def setup
     @test_notification = TwoCheckout::Notification.new(test_http_raw_data)</diff>
      <filename>test/unit/integrations/notifications/two_checkout_notification_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,24 +1,24 @@
 require 'test_helper'
 
 class PaypalModuleTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def test_notification_method
     assert_instance_of Paypal::Notification, Paypal.notification('name=cody')
   end
 
   def test_test_mode
-    ActiveMerchant::Billing::Base.integration_mode = :test
+    AbtainBilling::Billing::Base.integration_mode = :test
     assert_equal 'https://www.sandbox.paypal.com/cgi-bin/webscr', Paypal.service_url
   end
 
   def test_production_mode
-    ActiveMerchant::Billing::Base.integration_mode = :production
+    AbtainBilling::Billing::Base.integration_mode = :production
     assert_equal 'https://www.paypal.com/cgi-bin/webscr', Paypal.service_url
   end
 
   def test_invalid_mode
-    ActiveMerchant::Billing::Base.integration_mode = :zoomin
+    AbtainBilling::Billing::Base.integration_mode = :zoomin
     assert_raise(StandardError){ Paypal.service_url }
   end
   </diff>
      <filename>test/unit/integrations/paypal_module_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class QuickpayModuleTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def test_notification_method
     assert_instance_of Quickpay::Notification, Quickpay.notification('name=cody')</diff>
      <filename>test/unit/integrations/quickpay_module_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class ChronopayReturnTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def test_return
     r = Chronopay::Return.new('')</diff>
      <filename>test/unit/integrations/returns/chronopay_return_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class GestpayReturnTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def test_return
     r = Gestpay::Return.new('')</diff>
      <filename>test/unit/integrations/returns/gestpay_return_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class HiTrustReturnTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def test_successful_return
     r = HiTrust::Return.new('order_id=&amp;mscssid=&amp;retcode=00&amp;ordernumber=1138742&amp;type=Auth')</diff>
      <filename>test/unit/integrations/returns/hi_trust_return_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class NochexReturnTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def test_return
     r = Nochex::Return.new('')</diff>
      <filename>test/unit/integrations/returns/nochex_return_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class PaypalReturnTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def test_return
     r = Paypal::Return.new('')</diff>
      <filename>test/unit/integrations/returns/paypal_return_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class ReturnTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
 
   def test_return</diff>
      <filename>test/unit/integrations/returns/return_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class TwoCheckoutReturnTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
 
   def test_successful_purchase
     r = TwoCheckout::Return.new(successful_purchase)</diff>
      <filename>test/unit/integrations/returns/two_checkout_return_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class TwoCheckoutModuleTest &lt; Test::Unit::TestCase
-  include ActiveMerchant::Billing::Integrations
+  include AbtainBilling::Billing::Integrations
   
   def test_notification_method
     assert_instance_of TwoCheckout::Notification, TwoCheckout.notification('name=cody')</diff>
      <filename>test/unit/integrations/two_checkout_module_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ class PostsDataTests &lt; Test::Unit::TestCase
   end
   
   def test_single_successful_post
-    ActiveMerchant::Connection.any_instance.expects(:request).returns('')
+    AbtainBilling::Connection.any_instance.expects(:request).returns('')
     
     assert_nothing_raised do
       @gateway.ssl_post(@url, '') 
@@ -20,7 +20,7 @@ class PostsDataTests &lt; Test::Unit::TestCase
   end
   
   def test_multiple_successful_posts
-    ActiveMerchant::Connection.any_instance.expects(:request).times(2).returns('', '')
+    AbtainBilling::Connection.any_instance.expects(:request).times(2).returns('', '')
     
     assert_nothing_raised do
       @gateway.ssl_post(@url, '')
@@ -37,9 +37,9 @@ class PostsDataTests &lt; Test::Unit::TestCase
   def test_setting_timeouts
     @gateway.class.open_timeout = 50
     @gateway.class.read_timeout = 37
-    ActiveMerchant::Connection.any_instance.expects(:request).returns('')
-    ActiveMerchant::Connection.any_instance.expects(:open_timeout=).with(50)
-    ActiveMerchant::Connection.any_instance.expects(:read_timeout=).with(37)
+    AbtainBilling::Connection.any_instance.expects(:request).returns('')
+    AbtainBilling::Connection.any_instance.expects(:open_timeout=).with(50)
+    AbtainBilling::Connection.any_instance.expects(:read_timeout=).with(37)
 
     assert_nothing_raised do
       @gateway.ssl_post(@url, '')</diff>
      <filename>test/unit/posts_data_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,6 @@ require 'test_helper'
 
 class UtilsTest &lt; Test::Unit::TestCase
   def test_unique_id_should_be_32_chars_and_alphanumeric
-    assert_match /^\w{32}$/, ActiveMerchant::Utils.generate_unique_id
+    assert_match /^\w{32}$/, AbtainBilling::Utils.generate_unique_id
   end
 end
\ No newline at end of file</diff>
      <filename>test/unit/utils_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class Dood
-  include ActiveMerchant::Validateable
+  include AbtainBilling::Validateable
 
   attr_accessor :name, :email, :country
 
@@ -14,7 +14,7 @@ class Dood
 end
 
 class ValidateableTest &lt; Test::Unit::TestCase
-  include ActiveMerchant
+  include AbtainBilling
   
   def setup
     @dood = Dood.new</diff>
      <filename>test/unit/validateable_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>feccdabe535ae28a21e82cd6eb991c37beee0e10</id>
    </parent>
  </parents>
  <author>
    <name>Dan Quellhorst</name>
    <email>dan@abtain.com</email>
  </author>
  <url>http://github.com/quellhorst/abtain_billing/commit/09c9fbfebba065c4712ee7ba9e27c9ba291f3b1a</url>
  <id>09c9fbfebba065c4712ee7ba9e27c9ba291f3b1a</id>
  <committed-date>2009-11-06T08:53:52-08:00</committed-date>
  <authored-date>2009-11-05T15:44:57-08:00</authored-date>
  <message>replace occurrences of ActiveMerchant with AbtainBilling</message>
  <tree>75ef01b9be02c7f9daf7459cffeb34a62326076d</tree>
  <committer>
    <name>Dan Quellhorst</name>
    <email>dan@abtain.com</email>
  </committer>
</commit>
