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