We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f492a33 commit 23e580cCopy full SHA for 23e580c
Demo/Demo/SwiftUIComponents/PayPalWebPayments/PayPalWebResultView.swift
@@ -39,7 +39,7 @@ struct PayPalWebResultView: View {
39
}
40
41
if let vaultID = payPalWebViewModel.order?.paymentSource?.paypal?.attributes?.vault.id {
42
- SuccessViewText("Vault ID / Payment Token:", bodyText: vaultID)
+ SuccessViewText("Payment Token:", bodyText: vaultID)
43
44
45
if let customerID = payPalWebViewModel.order?.paymentSource?.paypal?.attributes?.vault.customer.id {
0 commit comments