portal, platform, and server fixes
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user