Changes
Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
@@ -223,6 +223,17 @@ Deno.serve(async (req) => {
|
|||||||
},
|
},
|
||||||
} as any);
|
} as any);
|
||||||
|
|
||||||
|
await insertOrder({
|
||||||
|
method: "invoice",
|
||||||
|
b,
|
||||||
|
cleaned,
|
||||||
|
monthlyAmountOre,
|
||||||
|
stripeSessionId: null,
|
||||||
|
stripeSubscriptionId: subscription.id,
|
||||||
|
stripeCustomerId: customer.id,
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
return new Response(
|
return new Response(
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
invoice: true,
|
invoice: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user