mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 22:40: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(
|
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(
|
||||||
|
|
Loading…
Reference in a new issue