We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f9ccf commit 3c3026fCopy full SHA for 3c3026f
src/Models/AppStoreDataTypes.cs
@@ -8,7 +8,6 @@ public class ResponseBodyV2
8
{
9
/// <summary>
10
/// 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.
12
/// </summary>
13
public string SignedPayload { get; set; } = null!;
14
}
0 commit comments