Skip to content

Conversation

@shankline
Copy link

No description provided.

devmedtz and others added 30 commits October 13, 2020 12:47
added portal-sdk for open mpesa api
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
business = Business(user=user)
business.save()

# Create Plan
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The plan should be created by the Site Administrator prior to system usage, They should create the plan and set the price they want.


subscription = Subscription.objects.get_or_create(
plan_id=1,
plan=plan,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

)

# import pdb
# pdb.set_trace()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment has no meaning

Copy link
Owner

@devmedtz devmedtz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow the code to see the comment on changes block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants