Mail Modul überarbeitet, Korrekturen am PaymentService, neuer customerType seller

This commit is contained in:
2024-08-22 22:59:33 +02:00
parent b4609d07ba
commit 7a286e3519
16 changed files with 183 additions and 76 deletions

View File

@@ -37,7 +37,7 @@ export class SuccessComponent {
}
let attempts = 0;
const maxAttempts = 5;
const maxAttempts = 20;
const interval = 5000; // 5 Sekunden
const intervalId = setInterval(async () => {