# File lib/active_merchant/billing/gateways/beanstream.rb, line 104
      def store(credit_card, options = {})
        post = {}        
        add_address(post, options)
        add_credit_card(post, credit_card)      
        add_secure_profile_variables(post,options)
        commit(post, true)
      end