django-tutorial-dev / Opensource-tutorials

https://django-tutorial.dev
1 stars 3 forks source link

Tutorial on Payment integration #16

Open hehenischal opened 1 month ago

hehenischal commented 1 month ago

You can write about general steps in payment integration / or a specific vendor.

swarupsahu08 commented 1 month ago

Hey @hehenischal can you assign me this issue do have to specific about the code or just the steps with explanations

hehenischal commented 1 month ago

Hello @swarupsahu08,

I've assigned you this issue, and there are two easy approaches you can take(feel free to go beyond these):

  1. Write about the core of payment integration: Provide a detailed guide on payment integration steps, covering general industry practices. Be sure to include all key considerations such as security, handling API responses, and managing transaction states.

  2. Write about payment integration for a specific national/international vendor: You can choose any payment provider and explain the integration process. Feel free to take inspiration from our recent content update on Esewa integration in Django, and structure your approach similarly.

Please ensure to follow the contribution guidelines outlined in the CONTRIBUTING.md file.

Looking forward to your contribution!

Best regards.

swarupsahu08 commented 1 month ago

Okay @hehenischal I will try my best to complete this as soon as possible

hehenischal commented 1 month ago

dont forget to have fun and explore new things while doing it. 23 more days in hacktoberfest

swarupsahu08 commented 1 month ago

Hey @hehenischal I am unable to clone the forked repository.I tried many times ,I think anything is wrong can you check

hehenischal commented 1 month ago

@swarupsahu08 Looks like you've already forked the repository. goto 'your repositories' to see opensource-tutorials

swarupsahu08 commented 1 month ago

Yah but It is showing error while cloning repository

hehenischal commented 1 month ago

When i tried to clone your repository, i can clone with no errors occuring. i think it is a local issue. Can you elaborate on what exactly the error is. What does the error text say. does it say something along the lines of permission denied or not authorized?

swarupsahu08 commented 1 month ago

It is actually showing this error: invalid path 'demo tutorial/part 1: model' fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/'

hehenischal commented 1 month ago

Your error seems to indicate that the path you're trying to clone is wrong. can you try this code below to clone the repo?

git clone  https://github.com/swarupsahu08/Opensource-tutorials.git 
swarupsahu08 commented 1 month ago

Your error seems to indicate that the path you're trying to clone is wrong. can you try this code below to clone the repo?

git clone  https://github.com/swarupsahu08/Opensource-tutorials.git 

No its not working its showing the same error

hehenischal commented 1 month ago

can you use gpt to solve it? if you cant solve it. you can try to create the necessary files locally and then use github GUI to upload the file onto your repo. or use in browser ide by typing dot ' . ' while on root of repo.

hehenischal commented 4 weeks ago

@swarupsahu08 heyy, Should i keep you assigned to this issue?

swarupsahu08 commented 4 weeks ago

No @hehenischal you can assign it to someone else so that he/she can work on it