Skip to content

Commit

Permalink
fix cannot pass payment intent
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Dec 4, 2024
1 parent 4314b55 commit d9643a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/app/dashboard/pricing/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ export async function createSubscriptionCheckout() {
mode: "subscription",
payment_method_types: ["card"],
metadata,
payment_intent_data: {
metadata,
},
line_items: [
{
price_data: {
Expand Down

0 comments on commit d9643a7

Please sign in to comment.