Skip to content

Commit

Permalink
FIX: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aibaq committed Jun 11, 2020
1 parent aa8fc2e commit ab57980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Installation

```
pip install git+ssh://[email protected]/aibaq/[email protected].1
pip install git+ssh://[email protected]/aibaq/[email protected].2
```

# Settings
Expand All @@ -26,7 +26,7 @@ PG_FAILURE_URL = 'http://yourdomain/payments/paybox/failure/'
# Usage

```
from app.payments.paybox import PayboxAPI
from paybox_api import PayboxAPI
PayboxAPI().get_url(
order_id=1,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='django-paybox-api',
version='0.0.1',
version='0.0.2',
author='Aiba',
description='Django paybox api',
url='https://github.com/aibaq/django-paybox-api',
Expand Down

0 comments on commit ab57980

Please sign in to comment.