Use provider in-app metadata before description

To infer product identifier suffix.
This commit is contained in:
Davide De Rosa 2019-12-04 11:26:07 +01:00
parent 312f3ddb5e
commit 36cdbdb728
2 changed files with 2 additions and 2 deletions

View File

@ -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