Skip to content

Commit 5987982

Browse files
author
Rajat Saxena
committed
Fixed the import
1 parent 0312bb5 commit 5987982

File tree

1 file changed

+1
-1
lines changed
  • apps/web/app/api/payment/initiate-new

1 file changed

+1
-1
lines changed

apps/web/app/api/payment/initiate-new/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { getPaymentMethodFromSettings } from "@/payments-new";
1818
import { generateUniqueId } from "@courselit/utils";
1919
import InvoiceModel from "@models/Invoice";
2020
import { error } from "@/services/logger";
21-
import { activateMembership } from "../webhook-new/route";
21+
import { activateMembership } from "../webhook/route";
2222
import { responses } from "@config/strings";
2323
import mongoose from "mongoose";
2424

0 commit comments

Comments
 (0)