Skip to content

Commit

Permalink
delete self.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyu committed Oct 10, 2024
1 parent bf067e5 commit f8adc39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extension SK1StoreProduct: ISKProduct {
}

var locale: Locale {
self.product.priceLocale
product.priceLocale
}

var price: Decimal {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ extension SK2StoreProduct: ISKProduct {
}

var locale: Locale {
self.currencyFormat.locale
currencyFormat.locale
}

var price: Decimal {
Expand Down
2 changes: 1 addition & 1 deletion Sources/Flare/Classes/Models/StoreProduct.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ extension StoreProduct: ISKProduct {
}

public var locale: Locale {
self.product.locale
product.locale
}

public var price: Decimal {
Expand Down

0 comments on commit f8adc39

Please sign in to comment.