feat(MED-131): remove fake url

This commit is contained in:
2025-08-04 17:56:04 +03:00
parent 77d58ef5b1
commit edfc9776d3
2 changed files with 3 additions and 8 deletions

View File

@@ -38,8 +38,8 @@ export class MontonioOrderHandlerService {
locale,
// 15 minutes
expiresAt: new Date(Date.now() + 15 * 60 * 1000).toISOString(),
notificationUrl: notificationUrl.replace("localhost", "webhook.site"),
returnUrl: returnUrl.replace("localhost", "webhook.site"),
notificationUrl,
returnUrl,
askAdditionalInfo: false,
merchantReference,
type: "one_time",