Skip to content

Commit

Permalink
Update Discover card network image name
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisNikolic committed Oct 14, 2024
1 parent a73cb8c commit 08756de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PrimerSDK/Classes/Data Models/CardNetwork.swift
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public enum CardNetwork: String, Codable, CaseIterable, LogReporter {
case .diners:
return UIImage(named: "genericCard", in: Bundle.primerResources, compatibleWith: nil)
case .discover:
return UIImage(named: "discover", in: Bundle.primerResources, compatibleWith: nil)
return UIImage(named: "discover-card-icon-colored", in: Bundle.primerResources, compatibleWith: nil)
case .elo:
return UIImage(named: "genericCard", in: Bundle.primerResources, compatibleWith: nil)
case .hiper:
Expand Down

0 comments on commit 08756de

Please sign in to comment.