Commit af7e120
committed
fix: add hide logo option to Apple/Google Pay
Add missing 'Hide Logo' checkbox to Apple/Google Pay settings to ensure
consistency with all other payment methods.
Also simplified the title logic for better readability:
- If hide_title enabled: empty string
- Else: use saved title or default to 'Apple Pay / Google Pay'
All payment methods now have consistent hide_title and hide_logo options.1 parent 3f3315d commit af7e120
File tree
2 files changed
+12
-1
lines changed- includes/admin
- src/Gateways/PaymentMethods
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
51 | 59 | | |
52 | 60 | | |
53 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
0 commit comments