We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef278b8 commit 82a6295Copy full SHA for 82a6295
backend/btrixcloud/subs.py
@@ -402,7 +402,7 @@ async def get_execution_minutes_price(self, org: Organization):
402
return AddonMinutesPricing(**json)
403
# pylint: disable=broad-exception-caught
404
except Exception as exc:
405
- print("Error fetching checkout url", exc)
+ print("Error fetching execution minutes price", exc)
406
407
async def get_checkout_url(
408
self,
0 commit comments