2010-09-15 25 views
0

我已经在我的网站上实施了Authorize.net付款方式。我已将结算信息和付款发送到autorize.net。但我也想发送运送信息。我正在使用以下代码发送地址到Authorize.net

"x_first_name" => $firstname, 
"x_last_name" => $lastname, 
"x_address" => $bill_address, 
"x_city" => $bill_city, 
"x_state" => $bill_state, 
"x_zip"  => $bill_zip, 
"x_country"  => $bill_country, 
"x_phone" => $phone, 

使用curl发送数据。

是否有人知道如何发送运送信息?

在此先感谢

+0

其API您使用的? – 2010-09-15 07:01:36

回答