【问题标题】:Authorize.net CIM returning blank responseAuthorize.net CIM 返回空白响应
【发布时间】:2016-12-11 10:02:17
【问题描述】:

我正在为 Authorize.net CIM 使用 PHP SDK,但它突然停止工作。 它在创建客户资料时返回空白响应。我也尝试更新证书文件,但没有任何效果。

这是代码:

    $authorizeNetCim = new AuthorizeNetCIM($clientRow->authorizenet_login_id,     $clientRow->authorizenet_transaction_key);
    $customerProfile = new AuthorizeNetCustomer;
    $customerAddress = new AuthorizeNetAddress;
    if (!$personRow->hasAuthorizenetProfileId()) {
        $customerProfile->merchantCustomerId = $personRow->id;
        $customerProfile->description        = $personRow->getName();

        $response = $authorizeNetCim->createCustomerProfile($customerProfile);

下面是回复:

AuthorizeNetCIM_Response Object
(
    [xml] => 
    [response] => 
)

感谢任何帮助。提前致谢。

【问题讨论】:

  • 很紧急,正在寻找可能的案例。

标签: php authorize.net authorize.net-cim


【解决方案1】:

无论如何,我已经解决了这个问题。必须重新启动 apache 才能使其正常工作。谢谢你:https://stackoverflow.com/a/26081579/6648864

【讨论】:

    猜你喜欢
    • 2015-07-01
    • 1970-01-01
    • 2015-03-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-11-20
    • 1970-01-01
    • 2011-10-01
    相关资源
    最近更新 更多