From 87f66a62aff8a3df7eef466cfee5496e558ee1c3 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Fri, 19 Jan 2024 12:33:51 +0100 Subject: [PATCH] Fix a typo --- .../Models/JWSTransactionDecodedPayload.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/AppStoreServerLibrary/Models/JWSTransactionDecodedPayload.swift b/Sources/AppStoreServerLibrary/Models/JWSTransactionDecodedPayload.swift index 091dc7b..e2fbda4 100644 --- a/Sources/AppStoreServerLibrary/Models/JWSTransactionDecodedPayload.swift +++ b/Sources/AppStoreServerLibrary/Models/JWSTransactionDecodedPayload.swift @@ -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? {