Skip to content

Commit 3c3026f

Browse files
committed
Remove Superwall comment
1 parent 55f9ccf commit 3c3026f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Models/AppStoreDataTypes.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public class ResponseBodyV2
88
{
99
/// <summary>
1010
/// The payload in JSON Web Signature (JWS) format, signed by the App Store.
11-
/// The "signedPayload" naming convention (camelCase) for JSON serialization is enforced to align with Superwall's expected JSON format.
1211
/// </summary>
1312
public string SignedPayload { get; set; } = null!;
1413
}

0 commit comments

Comments
 (0)