Skip to content

Commit

Permalink
Small Changes 👼
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammadali-Akbarov committed Jul 10, 2023
1 parent d1564d7 commit a7766a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ This MVP project helps for implementing <a href="https://docs.payze.io/reference
### API Endpoints <br>

### Call Back endpoints
- `/v1/pay/` Pay the Order
- `/v1/accept/` Accept Card Token And Transaction Values from Front Side
- `/v1/success/` Call Back Success Endpoint
- `/v1/accept/` Accept Card Token And Transacion Values from Front Side
- `/v1/order/` Create a New Order with Specific Card ID
- `/v1/pay/` Pay the Order

- `/swagger/` Swagger for Testing Api Methods
- `/admin/` The Admin Panel for Managing Data

Expand Down
2 changes: 1 addition & 1 deletion payze/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

SECRET_KEY = env.str("SECRET_KEY")

DEBUG = env.bool("DEBUG")
DEBUG = False

ALLOWED_HOSTS = env.list("ALLOWED_HOSTS")

Expand Down

0 comments on commit a7766a0

Please sign in to comment.