我正在尝试使用以下代码将表单数据发布到 Google Checkout:
x = Net::HTTP.post_form(URI.parse('https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/[merchant_number_here]'), @params)
当我尝试使用此行提交时,出现以下错误:
付款控制器中的 Errno::ECONNRESET#create
连接由对等方重置
关于可能出问题的任何想法?