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:
parent
c1854ffd00
commit
eeb85f89b1
|
@ -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
|
Loading…
Reference in New Issue