Skip to content

Commit

Permalink
include all static constants in CardError
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Nov 22, 2024
1 parent 6ea02e4 commit 13a7e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/CardPayments/CardError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ public enum CardError {
errorDescription: "3DS verification has been canceled by the user."
)

static let noVaultTokenDataError = CoreSDKError(
public static let noVaultTokenDataError = CoreSDKError(
code: Code.noVaultTokenDataError.rawValue,
domain: domain,
errorDescription: "No data was returned from update setup token service."
)

static let vaultTokenError = CoreSDKError(
public static let vaultTokenError = CoreSDKError(
code: Code.vaultTokenError.rawValue,
domain: domain,
errorDescription: "An error occurred while vaulting a card."
Expand Down

0 comments on commit 13a7e24

Please sign in to comment.