Skip to content

Commit 23e580c

Browse files
committed
simplify payment token label
1 parent f492a33 commit 23e580c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/Demo/SwiftUIComponents/PayPalWebPayments/PayPalWebResultView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct PayPalWebResultView: View {
3939
}
4040

4141
if let vaultID = payPalWebViewModel.order?.paymentSource?.paypal?.attributes?.vault.id {
42-
SuccessViewText("Vault ID / Payment Token:", bodyText: vaultID)
42+
SuccessViewText("Payment Token:", bodyText: vaultID)
4343
}
4444

4545
if let customerID = payPalWebViewModel.order?.paymentSource?.paypal?.attributes?.vault.customer.id {

0 commit comments

Comments
 (0)