Open
Conversation
Authentication
membership app added
added all membership models
add payment page
resolve issues
added portal-sdk for open mpesa api
update urllib3 to 1.25.10
Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](psf/requests@v2.18.4...v2.20.0) Signed-off-by: dependabot[bot] <support@github.com>
…k/requests-2.20.0 Bump requests from 2.18.4 to 2.20.0 in /portal-sdk
Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](psf/requests@v2.18.4...v2.20.0) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.24.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](urllib3/urllib3@1.22...1.24.2) Signed-off-by: dependabot[bot] <support@github.com>
…k/urllib3-1.24.2 Bump urllib3 from 1.22 to 1.24.2 in /portal-sdk
…2.20.0 Bump requests from 2.18.4 to 2.20.0
payment integration continue
payment integration continue
Add files for open sourcing project
Some minor fixes
add folder containing portalsdk, it can now be installed with `pip install -r requirements.txt` closes devmedtz#19
update requirements.txt for portalsdk
update README
update accounts app (things to be fixed)
devmedtz
reviewed
Oct 22, 2020
| business = Business(user=user) | ||
| business.save() | ||
|
|
||
| # Create Plan |
Owner
There was a problem hiding this comment.
The plan should be created by the Site Administrator prior to system usage, They should create the plan and set the price they want.
devmedtz
reviewed
Oct 22, 2020
|
|
||
| subscription = Subscription.objects.get_or_create( | ||
| plan_id=1, | ||
| plan=plan, |
Owner
There was a problem hiding this comment.
When the new user signup on the system, the free subscription should be create automatic for that user
and free subscription, is linked by plan created by system admin
devmedtz
reviewed
Oct 22, 2020
| ) | ||
|
|
||
| # import pdb | ||
| # pdb.set_trace() |
devmedtz
requested changes
Oct 22, 2020
Owner
devmedtz
left a comment
There was a problem hiding this comment.
Please follow the code to see the comment on changes block
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.