bcgov / namerequest

Public Front End for the Name Request System
1 stars 44 forks source link

Handled Pending Payment state (fixes putNameReservation() error) #284

Closed severinbeauvais closed 3 years ago

severinbeauvais commented 3 years ago

Issue #: /bcgov/entity#6170

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namerequest license (Apache 2.0).

severinbeauvais commented 3 years ago

Looks great! What was the specific culprit causing the sentry error?

The PENDING_PAYMENT state was not handled, so data was not set to anything... which caused the network call to fail.