无法在AuthorizeNet示例代码中传递PHP参数

时间:2016-12-14 10:17:57

标签: php authorize.net

我正在整合他们的Github帐户中为PHP平台提供的AuthorizeNet示例代码。代码工作正常,但我无法通过以下参数: -

1)客户名称 2)客户电话号码 3)客户电子邮件地址 4)订单ID 5)订单说明

我正在使用以下代码进行交易。但是,您也可以从他们的Github帐户查看完整代码

Github网址:https://github.com/AuthorizeNet/sample-code-php/blob/master/PaymentTransactions/authorize-credit-card.php

$query = $pdo->prepare("SELECT * FROM subs WHERE sub_title LIKE '%$search%' LIMIT 0, 10");

0 个答案:

没有答案