mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
Don't workflow the "add payment method" button from carts
This doesn't work with the auto-select code.
This commit is contained in:
parent
aadec98d43
commit
cc7a9660b6
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ final class PhortuneCartCheckoutController
|
|||
array(
|
||||
'class' => 'button grey',
|
||||
'href' => $payment_method_uri,
|
||||
'sigil' => 'workflow',
|
||||
),
|
||||
pht('Add New Payment Method'));
|
||||
$form->appendChild(
|
||||
|
|
Loading…
Reference in a new issue