new: added new codes#9
Conversation
CodeBrosss
left a comment
There was a problem hiding this comment.
Thanks for contributing. We're making use of cloudinary now for storing product images and admin photo.
There's a mistake in the models/paystack where you're exporting the schema.
| const Paystack = mongoose.model("Paystack", paystackSchema); | ||
| module.exports = Paystack; No newline at end of file | ||
| // const Paystack = mongoose.model("Paystack", paystackSchema); | ||
| module.exports = mongoose.modele("Paystack", paystackSchema); // shorter codes like this runs faster. No newline at end of file |
There was a problem hiding this comment.
There's a typo in "mongoose.modele", please be more careful, check that everything is good before making a pull request. Thanks .
There was a problem hiding this comment.
ok..will resolve it
There was a problem hiding this comment.
did you see another pull request?
|
What's up bro, thanks for your help for real. I'm actually done with the API. Merging your code might cause some problems because i've gone past the point where the contribution fits with the rest of the code, so merging it is bound to cause bugs that will be a burden to fix because i've been busy these past few days fixing bugs. Please i can't risk more bugs, i hope you understand. But i implemented your code manually. I added your updated error handler. Thanks for your help again. |
|
If you would like to work with me on my next project please chat me on whatsapp 08126334933. It's a project i wanna build with some other people and its actually something big and requires a good number of hands on deck. If you're interested please chat me up. |
made some new changes to the code base. check it out