Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PT-2286 #76

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

PT-2286 #76

wants to merge 5 commits into from

Conversation

ivan-pugach-mondu
Copy link
Contributor

Description

This PR is introducing a new configuration option for the invoice flow.

Release: m
Tickets: PT-2286

Fixes # (issue)
https://mondu.atlassian.net/browse/PT-2286

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have checked my code and corrected any misspellings

@@ -15,8 +15,8 @@ class ConfigService
{
public const API_URL = 'https://api.mondu.ai/api/v1';
public const WIDGET_URL = 'https://checkout.mondu.ai/widget.js';
public const SANDBOX_API_URL = 'https://api.demo.mondu.ai/api/v1';
public const SANDBOX_WIDGET_URL = 'https://checkout.demo.mondu.ai/widget.js';
public const SANDBOX_API_URL = 'https://api.stage.mondu.ai/api/v1';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ivan-pugach-mondu curious why did we change it to stage?

arthurmmoreira
arthurmmoreira previously approved these changes Jan 17, 2025
Copy link
Member

@arthurmmoreira arthurmmoreira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants