调试Spree中的信用卡错误

时间:2011-05-04 20:30:06

标签: ruby-on-rails spree

查看日志我得到了:

Processing CheckoutsController#update (for 69.230.191.209 at 2011-04-26 15:08:53) [PUT]
  Parameters: {"step"=>"payment", "order_id"=>"R107122666", "action"=>"update", "_method"=>"put", "authenticity_token"=>"ovZo+SsiHiGsmgtwkdzr0tRtfylQwGOUCeV9zEJU=", "controller"=>"checkouts", "checkout"=>{"creditcard_attributes"=>{"number"=>"[FILTERED]", "month"=>"8", "id"=>"63", "year"=>"2013", "last_name"=>"", "verification_value"=>"[FILTERED]", "first_name"=>""}}}
Gateway Error ... An error occurred during processing.  Please try again.
Rendering template within layouts/spree_application
Rendering checkouts/edit
Completed in 4804ms (View: 76, DB: 38) | 200 OK [https://truejey.com/orders/R10712666/checkout]

好的..非常一般的错误。但它来自Authorize.net,它告诉我它可以是以下任何一种:

The system-generated void for the original timed-out transaction failed. (The original transaction timed out while waiting for a response from the authorizer.)

The system-generated void for the original errored transaction failed. (The original transaction experienced a database error.)

The system-generated void for the original errored transaction failed. (The original transaction experienced a processing error.)

response_code120121无关,122我得到了什么。

我的问题是,如何找出此交易的response_code是什么?

或者更好的是,还有其他人有这样的调试CC问题的主要方法吗?

0 个答案:

没有答案