
Originally Posted by
allmart
New Auths (MODULE_PAYMENT_AUTHORIZENET_CIM_ALLOW_MORE) is already set to true
well if that is set to true, i'm looking at the code and it states:
PHP Code:
$authnet->balance_due > 0 && $authnet->status != $this->cancelled_status() && (count($cards) > 0))
which means the order was must have a balance due, and the status of the order is not cancelled, and the customer has at least 1 card on file.
if one of those criteria is false, then no button.
it sounds like the customer may not have any cards on file.