Skip to content

Commit

Permalink
refact: payment service architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiichyCode committed Jan 31, 2024
1 parent 3dd11cb commit 17685e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/app/success/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import OrderSummaries from "@/features/Shop/components/OrderSummaries";
import CheckoutService from "@/features/Shop/services/checkout.service";
import { StripeService } from "@/features/Shop/services/stripe.service";
import { StripeService } from "@/modules/payments/stripe/service/stripe.service";

export default async function SuccessPage({
searchParams,
Expand Down
5 changes: 0 additions & 5 deletions src/errors/index.ts

This file was deleted.

0 comments on commit 17685e3

Please sign in to comment.