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 d2c9f14 commit 37100cdCopy full SHA for 37100cd
Views/Payment/CustomAmount.swift
@@ -69,7 +69,7 @@ struct CustomAmount: View {
69
)
70
}
71
} label: {
72
- Text("payment.confirm.button.title")
+ Text("payment.confirm.button.title".localized)
73
74
.buttonStyle(BorderedProminentButtonStyle())
75
.padding()
Views/Payment/PaymentSummary.swift
@@ -63,7 +63,6 @@ struct PaymentSummary: View {
63
.font(.callout)
64
65
}.onReceive(payment.completeSubject) {
66
- debugPrint("PaymentSummary::payment.completeSubject")
67
onComplete()
68
0 commit comments