diff --git a/Views/Payment/CustomAmount.swift b/Views/Payment/CustomAmount.swift index c2a30329..fe2029d4 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 d9c886ad..2ff62f51 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() } }