ActiveMerchant Authorize.net ARB和CIM手机?

时间:2011-08-04 23:30:17

标签: ruby-on-rails authorize.net activemerchant

我无法将电话号码存储到ARB或CIM个人资料中。其他所有商店都很完美,但电话号码不会保存。我们也试过'1111111111'。是:手机没有正确的选项名称? Authorize.net有一个电话号码字段。

我们正在使用ARB中的重复发生: http://activemerchant.rubyforge.org/classes/ActiveMerchant/Billing/AuthorizeNetGateway.html#M000399

options = {
    :billing_address => { 
      :name     => 'Mark McBride',
      :address1 => '1 Show Me The Money Lane',
      :city     => 'San Francisco',
      :state    => 'CA',
      :country  => 'US',
      :zip      => '23456',
      :phone    => '(555)555-5555'
    }
  }

任何帮助都会很棒。

2 个答案:

答案 0 :(得分:1)

您的电话号码错误。电话号码在“客户”下。不是结算信息。请确保read the documentation了解每个请求的正确语法。

答案 1 :(得分:0)

对不起delphi,但您无法在帐单邮寄地址中传递电话号码。