Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pythonpro/payments/facade.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

_pagarme.authentication_key(settings.PAGARME_API_KEY)

PYTOOLS_PRICE = 4999
PYTOOLS_PRICE = 9999
PYTOOLS_PROMOTION_PRICE = 4999
MEMBERSHIP_PRICE = 159999
MEMBERSHIP_DISCOUNT_FOR_CLIENTS = PYTOOLS_PRICE
Expand Down