Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a Payment gateway #50

Closed
mehtakevan opened this issue May 17, 2024 · 12 comments
Closed

Adding a Payment gateway #50

mehtakevan opened this issue May 17, 2024 · 12 comments
Assignees
Labels

Comments

@mehtakevan
Copy link

Describe the new feature
Integrating the payment gateway in the website

Describe the possible approach
I will try to integrate razorpay payment gateway

Describe any alternatives
Alternatively I will try stripe payment gateway

@mehtakevan
Copy link
Author

@dvjsharma Can you please assign this issue to me

@dvjsharma
Copy link
Owner

We already have a payment gateway @mehtakevan, but it has a few bugs. Would be helpful if you can fix them. WDYT?

@mehtakevan
Copy link
Author

@dvjsharma Surely, I would like to work on that. Can you just brief me what bugs does it have.

@dvjsharma
Copy link
Owner

Hay @mehtakevan. One that I remember is gateway turn up even when it's not initiated. Other thing (related to auth) is the card is not connected to users as of now. Even if the user changes cart contents remain same. PTAL.

@mehtakevan
Copy link
Author

@dvjsharma okay sure. I am interested in this issue. I will look into that and will try to fix the bugs

@dvjsharma
Copy link
Owner

Any updates @mehtakevan

@kaali001
Copy link
Contributor

Hey @dvjsharma , Assign this issue to me, as I was working I noticed when user clicks on the cart button then issue arises, I would like to work on this also.

@dvjsharma
Copy link
Owner

Go ahead @kaali001

@kaali001
Copy link
Contributor

Hay @mehtakevan. One that I remember is gateway turn up even when it's not initiated. Other thing (related to auth) is the card is not connected to users as of now. Even if the user changes cart contents remain same. PTAL.

Hey @dvjsharma , Your mentioned issues are already solved by someone, #133 . so close this issue as done.

But the cart page have an issue that if no items in cart , then also the checkout cards rendering. so please let me know that I should solve this issue or I have to open another issue for this.

image

@dvjsharma
Copy link
Owner

Hey @kaali001. This, along with product addition and deletion issue is also there in cart. We can track track them in this ticket.

@kaali001
Copy link
Contributor

Hey @dvjsharma , I have fixed the empty cart issue, for adding-decreasing the item number , it can be implemented by /add api,
But for removing an item I would have to create an api for /remove and also have to define remove-cart function in server/controller , so it will give conflict to issue #117 . so I would suggest merge this #138 ORM PR first.

@dvjsharma dvjsharma added level2 and removed level1 labels Jul 24, 2024
dvjsharma added a commit that referenced this issue Jul 24, 2024
fix: Cart Functionality: Added Quantity Modification and Item Removal    issue:#50
@dvjsharma
Copy link
Owner

Closing against #148

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants