We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814b0f6 commit 3b88eb7Copy full SHA for 3b88eb7
WooCommerce/Classes/ViewRelated/Orders/Simple Payments/SimplePaymentsSummary.swift
@@ -74,7 +74,7 @@ private struct EmailSection: View {
74
75
TitleAndTextFieldRow(title: SimplePaymentsSummary.Localization.email,
76
placeholder: SimplePaymentsSummary.Localization.emailPlaceHolder,
77
- text: .constant(""))
+ text: .constant("")) // Temporary data
78
.background(Color(.listForeground))
79
80
Divider()
0 commit comments