/home/u775757334/domains/civicwelllife.com/public_html
Edit: /home/u775757334/domains/civicwelllife.com/public_html/create-order.php (443B)
order->create([
'receipt' => 'RCPT_' . time(),
'amount' => $amount,
'currency' => 'INR'
]);
echo json_encode([
'order_id' => $order['id'],
'amount' => $amount
]);