🐛 Hide Apple Pay button until gateway is selected

This commit is contained in:
Philipp Stracker 2024-07-26 17:20:48 +02:00
parent cbf9bff808
commit 09308f15b6
No known key found for this signature in database

View file

@ -52,3 +52,7 @@
}
}
}
#ppc-button-ppcp-applepay {
display: none;
}