Don't workflow the "add payment method" button from carts
This doesn't work with the auto-select code.
This commit is contained in:
@@ -159,7 +159,6 @@ final class PhortuneCartCheckoutController
|
|||||||
array(
|
array(
|
||||||
'class' => 'button grey',
|
'class' => 'button grey',
|
||||||
'href' => $payment_method_uri,
|
'href' => $payment_method_uri,
|
||||||
'sigil' => 'workflow',
|
|
||||||
),
|
),
|
||||||
pht('Add New Payment Method'));
|
pht('Add New Payment Method'));
|
||||||
$form->appendChild(
|
$form->appendChild(
|
||||||
|
|||||||
Reference in New Issue
Block a user