Skip to content

Commit

Permalink
Merge pull request #60 from Open-EO/fix/credits_error_message
Browse files Browse the repository at this point in the history
Fix - update insufficient credits error message
  • Loading branch information
zansinergise authored Nov 17, 2023
2 parents dc8df47 + fd981a5 commit 5b3be16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/openeoerrors.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ def __init__(self, width, height) -> None:
class InsufficientCredits(SHOpenEOError):
error_code = "InsufficientCredits"
http_code = 402
message = "You do not have sufficient credits to perform this request. Please visit https://portal.terrascope.be/pages/pricing to find more information on how to buy additional credits."
message = "You do not have enough credits to perform this request. Please visit https://openeo.vito.be/portal/pages/pricing for more information on how to purchase additional credits."

0 comments on commit 5b3be16

Please sign in to comment.