Skip to content
Prev Previous commit
Next Next commit
syntax 2...?
  • Loading branch information
LouiseHsu committed Oct 31, 2024
commit 578267714637c83e831ab2fd8c9c85cc9b987a5b
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ extension InAppPurchasePlugin: InAppPurchase2API {
}
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

naming convention: InAppPurchasePlugin+StoreKit2.swift

func restorePurchases(completion: @escaping (Result<Void, any Error>) -> Void) {
func restorePurchases(completion: @escaping (Result<Void, Error>) -> Void) {
Task {
@MainActor in
do {
Expand Down