Active Merchant v1.0.0 Release Notes

    • โž• Add discover to list of supported card types for Authorize.net
    • ๐Ÿ›  Fix Psigate crediting [[email protected]]
    • ๐Ÿ›  Fix dependency loading of tests
    • โž• Add methods for storing credit cards to the Bogus gateway [Jim Kane]
    • ๐Ÿ›  Fix bugs in expiration dates. [Jim Kane]
    • ๐Ÿ›  Fixed bugs related to authorized.net [Rick Olson]
    • ๐Ÿ”— Linkpoint is now a full featured backend for active merchant [Ryan Heneise]
    • โž• Added linkpoint support [Ryan Heneise]
    • โž• Added trust commerce gateway [Hans Friedrich]
    • โœ‚ Removed shipping stuff until there is time to implement it properly
    • The library now rejects money amounts which are not either cents as integer or a Money object
    • ๐Ÿ”Œ Moneris now uses the same layout as the authorized.net plugin
    • โž• Added authorized.net
    • ๐Ÿ”„ Changed default to :test mode. Set to production with ActiveMerchant::Billing::Base.gateway_mode = :production
    • ๐Ÿ”จ More refactoring
    • ๐Ÿ”จ Refactored a bit so that there is space for billing and shipping area. None of the shipping aids are fleshed out yet. Needs more work.
    • โž• Added Moneris support
    • Credit card in memory object resembling a AR object
    • Credit card validation methods as static methods of the credit card object