Skip to content

Commit

Permalink
Add meeza support as payment network
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMari000 authored and Mostafa Shehab committed Dec 21, 2024
1 parent d376b92 commit bfd6aa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pay_ios/ios/Classes/PaymentExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ extension PKPaymentNetwork {
case "girocard":
guard #available(iOS 14.0, *) else { return nil }
return .girocard
case "meeza":
guard #available(iOS 17.0, *) else { return nil }
return .meeza
default:
return nil
}
Expand Down

0 comments on commit bfd6aa4

Please sign in to comment.