2017-01-27 27 views
0

這是用於客戶簡介。我想首先說我根本不使用XML,但Authorize返回一個E00003 XML解析錯誤。Authorize.net個人檔案XML錯誤?

$controller = new AnetController\CreateCustomerProfileController($request); 
$response = $controller -> executeWithApiResponse(\net\authorize\api\constants\ANetEnvironment::PRODUCTION); 
     $rsp = $response -> getMessages() -> getMessage()[0] -> getCode(); 

回答

0

我不知道它爲什麼說有關XML的任何內容,但問題是變量沒有正確加載到CreditCardType中。再說一遍,爲什麼他們會告訴我這是一個XML錯誤,並且不存在缺失的字段錯誤。