Skip to content

Fix webhook response status code

Compare
Choose a tag to compare
@GabrielDeveloper GabrielDeveloper released this 18 Feb 17:22
· 708 commits to master since this release
33e00a5

Bug fixes

  • We've sent the status code 422 when the order paid webhook is processed before the charge paid webhook, but the API just retry if the status code is 5xx.
    We changed the response status code on this situation

New Features

  • No new features

Improvements

  • No improvements.