For IAP, fall back to provider .name, not .description

Add explicit inApp = description in index.json for all current
providers. Future ones will use name as a suffix instead.
This commit is contained in:
Davide De Rosa 2019-12-22 12:05:09 +01:00
parent c1854ffd00
commit eeb85f89b1
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ struct Product: RawRepresentable, Equatable, Hashable {
extension Infrastructure.Metadata { extension Infrastructure.Metadata {
var product: Product { var product: Product {
return Product(providerId: inApp ?? description) return Product(providerId: inApp ?? name)
} }
} }

@ -1 +1 @@
Subproject commit 32fbaa0f44904a303e9bb3353030237232ee26f2 Subproject commit aa7e45d1d26def8d9645bf533e432fddce6ddf8d