Skip to content

Commit

Permalink
Update stripe.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter authored May 23, 2023
1 parent 4f67cbf commit 78de01d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export async function createCheckoutSession ({ products, user, currency }: Check
allowed_countries: postCountries as Stripe.Checkout.SessionCreateParams.ShippingAddressCollection.AllowedCountry[]
},
// shipping_rates: [], // TODO add shipping rate
metadata: { store: 'the-tricktionary' }
metadata: { store: 'the-tricktionary' },
payment_intent_data: { description: 'Swantzter (Planteringsvägen 48A LGH 1102, 262 51 Ängelholm, SWEDEN, VAT no. SE000718579601) is approved for F-Tax in Sweden.' }
})
}

0 comments on commit 78de01d

Please sign in to comment.