-
Notifications
You must be signed in to change notification settings - Fork 119
Function example: #157
Copy link
Copy link
Open
Description
thristankeano-cyber
opened on Sep 2, 2025
Issue body actions
<script>
async function loadPayment() {
const res = await fetch('/.netlify/functions/capitecPay');
const data = await res.json();
document.getElementById('payment').innerHTML = `
Pay Me Now
`;
}
loadPayment();
</script>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels