您好我试图使用CIM API,但在调用其createCustomerProfile()
方法时,我会看到错误代码" E00003"文字"名称不能以' 0'开头字符,十六进制值0x30。第2行,第344位。"
我正在使用为Drupal 7提供的Authnet模块。
我正在使用$values
;
$cust_profile = authnet_customer_profile_new($values);
$customer_profile = authnet_cim_profile_save($cust_profile);
同样,我没有生成这个XML - 它是由PHP SDK自动完成的。 有关如何解决这个问题的任何想法?它整天都在弄乱我的脑袋......