Skip to content

Commit

Permalink
Merge pull request #44 from yanyin1986/master
Browse files Browse the repository at this point in the history
Make PaymentState.state and transaction public.
  • Loading branch information
jinSasaki committed May 4, 2020
2 parents 119b5a9 + 64328ae commit fe0fe50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/InAppPurchase.swift
Expand Up @@ -41,8 +41,8 @@ final public class InAppPurchase {
case deferred
case restored
}
let state: State
let transaction: PaymentTransaction
public let state: State
public let transaction: PaymentTransaction
}

public static let `default` = InAppPurchase()
Expand Down

0 comments on commit fe0fe50

Please sign in to comment.