Skip to content

Commit ab8288b

Browse files
committed
Revert auxiliaryButton to always be shown
1 parent 3d9760b commit ab8288b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

WooCommerce/Classes/ViewRelated/CardPresentPayments/CardPresentPaymentsModalViewController.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,7 @@ private extension CardPresentPaymentsModalViewController {
281281
func configureAuxiliaryButton() {
282282

283283
guard shouldShowAuxiliaryButton() else {
284-
// Only for testing, switch back to true before merging
285-
//auxiliaryButton.isHidden = true
286-
auxiliaryButton.isHidden = false
284+
auxiliaryButton.isHidden = true
287285
return
288286
}
289287

0 commit comments

Comments
 (0)