Skip to content

StackOverFlow error #10

@IslamTaleb11

Description

@IslamTaleb11

System.StackOverflowException
HResult=0x800703E9
Message=Exception of type 'System.StackOverflowException' was thrown.

app.UseChargilyPayWebhookValidation();

app.MapChargilyPayWebhookEndpoint("/chargily/webhook", async (webhookContext) =>
{
    // you can access the webhook body, http context, validation result
    if (webhookContext.SignatureIsValid)
    {
        var body = webhookContext.Request;
        /* do something with the webhook request body */
    }
}); 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions