2010-09-15 53 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

回答