mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-18 22:49:10 +00:00
Use provider in-app metadata before description
To infer product identifier suffix.
This commit is contained in:
parent
312f3ddb5e
commit
36cdbdb728
@ -136,6 +136,6 @@ struct Product: RawRepresentable, Equatable, Hashable {
|
||||
|
||||
extension Infrastructure.Metadata {
|
||||
var product: Product {
|
||||
return Product(providerId: description)
|
||||
return Product(providerId: inApp ?? description)
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 20f855f077d974b2a64e3bc952bfd582226ccff4
|
||||
Subproject commit 26c1f8d41296d2cd5c1ac2654733e3e31911992c
|
Loading…
Reference in New Issue
Block a user