Skip to content

Commit fead7d9

Browse files
chore: wip
1 parent c43cefd commit fead7d9

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

app/Actions/Payment/FetchPublishableKeyAction.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

resources/views/dashboard/settings/billing.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const loading = ref(true)
77
88
// TODO: learn about subscriptions
99
async function initialize() {
10-
const { publishableKey } = await fetch('http://localhost:3008/stripe/fetch-publishable-key').then((res) => res.json()) as any
1110
1211
// const { clientSecret } = await fetch('/stripe/create-payment-intent').then(res => res.json())
1312

0 commit comments

Comments
 (0)