Greetings everyone
We have a case where our webhook possible to handle late payment, in this case when payment did not happened, we expire the order by calling mutation of paymentSessionReject but then when the late payment notification came, we process the webhook with mutation of `paymentSessionResolve` and receive response like below
We using the API version 2023-07 and would like to know if this is a correct behavior of the GraphQL API, or this is patched in newer api version, thanks!