Skip to content

Commit

Permalink
Merge pull request #28 from nik3212/fix/typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
alexanderjordanbaker authored Jan 22, 2024
2 parents 936ded5 + 87f66a6 commit 3e425c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public struct JWSTransactionDecodedPayload: DecodedSignedData, Decodable, Encoda
///[storefrontId](https://developer.apple.com/documentation/appstoreserverapi/storefrontid)
public var storefrontId: String?

///The reason for the purchase transaction, which indicates whether it’s a customer’s purchase or a renewal for an auto-renewable subscription that the system initates.
///The reason for the purchase transaction, which indicates whether it’s a customer’s purchase or a renewal for an auto-renewable subscription that the system initiates.
///
///[transactionReason](https://developer.apple.com/documentation/appstoreserverapi/transactionreason)
public var transactionReason: TransactionReason? {
Expand Down

0 comments on commit 3e425c7

Please sign in to comment.