# File lib/active_merchant/billing/gateways/paybox_direct.rb, line 75
      def purchase(money, creditcard, options = {})
        post = {}
        add_invoice(post, options)
        add_creditcard(post, creditcard)
        commit('purchase', money, post)
      end