diff --git a/Views/Payment/CustomAmount.swift b/Views/Payment/CustomAmount.swift index c2a303295..fe2029d4b 100644 --- a/Views/Payment/CustomAmount.swift +++ b/Views/Payment/CustomAmount.swift @@ -69,7 +69,7 @@ struct CustomAmount: View { ) } } label: { - Text("payment.confirm.button.title") + Text("payment.confirm.button.title".localized) } .buttonStyle(BorderedProminentButtonStyle()) .padding() diff --git a/Views/Payment/PaymentSummary.swift b/Views/Payment/PaymentSummary.swift index d9c886ad5..2ff62f512 100644 --- a/Views/Payment/PaymentSummary.swift +++ b/Views/Payment/PaymentSummary.swift @@ -63,7 +63,6 @@ struct PaymentSummary: View { .font(.callout) } }.onReceive(payment.completeSubject) { - debugPrint("PaymentSummary::payment.completeSubject") onComplete() } }