portal, platform, and server fixes

This commit is contained in:
Timur Gordon
2025-06-30 17:01:40 +02:00
parent 1c96fa4087
commit a5b46bffb1
59 changed files with 9158 additions and 1057 deletions

View File

@@ -155,7 +155,7 @@ window.createPaymentIntent = async function(formDataJson) {
console.log('Form data:', formData);
const response = await fetch('/company/create-payment-intent', {
const response = await fetch('/api/company/create-payment-intent', {
method: 'POST',
headers: {
'Content-Type': 'application/json',