Skip to content

Commit

Permalink
Update payment_controller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AVtheking authored Nov 23, 2023
1 parent 62bf067 commit dee7815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/payment_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Razorpay = require("razorpay");
require("dotenv").config();

var crypto = require("crypto");
const { ErrorHandler } = require("../middlewares");
const { ErrorHandler } = require("../middlewares/error");
const { User, Course } = require("../models");
const { courseIdSchema } = require("../utils/validator");

Expand Down

0 comments on commit dee7815

Please sign in to comment.