Skip to content

Commit 32fba99

Browse files
committed
Fix localization, remove debugPrint statement
1 parent d131f8f commit 32fba99

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Views/Payment/CustomAmount.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ struct CustomAmount: View {
6969
)
7070
}
7171
} label: {
72-
Text("payment.confirm.button.title")
72+
Text("payment.confirm.button.title".localized)
7373
}
7474
.buttonStyle(BorderedProminentButtonStyle())
7575
.padding()

Views/Payment/PaymentSummary.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ struct PaymentSummary: View {
6363
.font(.callout)
6464
}
6565
}.onReceive(payment.completeSubject) {
66-
debugPrint("PaymentSummary::payment.completeSubject")
6766
onComplete()
6867
}
6968
}

0 commit comments

Comments
 (0)