HammadAhmadWaqas
b99977a3cb
added management command to push old enrollments to ecommerce
2020-02-26 17:41:05 +05:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
Christie Rice
fee8e17f95
REVMI-341 Stop sending lms_client_id in jwt sent to ecommerce ( #21167 )
2019-07-19 10:46:46 -04:00
Christie Rice
b5d07783b9
REVMI-234 Include user id in jwt sent to ecommerce ( #20743 )
...
* REVMI-234 Include user id in jwt sent to ecommerce
* Reorder params
2019-06-05 10:27:23 -04:00
Peter Pinch
316fbae265
INCR-119 modernize openedx/core/djangoapps/certificates … ( #20418 )
...
* modernize openedx/core/djangoapps/certificates
openedx/core/djangoapps/commerce
openedx/core/djangoapps/common_initialization
openedx/core/djangoapps/config_model_utils
* rewmove unused import
2019-05-06 17:04:30 -04:00
Nimisha Asthagiri
dc56a63e03
Remove deprecated JwtBuilder
...
ARCH-248
2018-10-17 07:43:59 -04:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Clinton Blackburn
1189867dd2
Removed references to ECOMMERCE_API_SIGNING_KEY
...
We should not be using custom signing keys for each service at this time. We may want to return to this strategy in the future; but, this is not the direction any of our other services are going in.
ECOM-6541
2017-02-01 01:51:21 -05:00
PaulWattenberger
7ec898298e
Pass Sailthru campaign id cookie to ecommerce
2016-09-08 10:50:13 -04:00
Saleem Latif
8ae92901ef
1. Merge microsites into Comprehensive Theming
...
2. Add site configuration overrides to theming/helpers.py
3. Move microsite.get_value from theming/helpers to site_configuration/helpers
4. Move microsite_configuration.microsite.get_value usages to site_configuration.helpers.values
2016-07-27 13:55:14 +05:00
Matt Drayer
55cf0fb2c4
mattdrayer/microsite-jwt-auth: Access setting through microsites/theming framework
...
* mattdrayer: Remove individual JWT settings
* mattdrayer: Add settings defaults to JWT_AUTH calls
2016-05-12 15:04:26 -04:00
Matt Drayer
fdd045b108
mattdrayer: Add microsite settings overrides
2016-04-25 17:09:11 -04:00
Awais
a154e7f1c3
Adding the ecom api functionality for the credentials.
...
ECOM-2931
2016-03-22 14:01:54 +05:00
Bill DeRusha
1f77810fad
Add configurable refund window
...
Add configuration model for enrollment refunds.
Use order info from otto in refund window calculation
Delete dupe tests. Extend tests to include window tests
Move ecom client from lib to djangoapps in openedx
2015-10-30 09:01:53 -04:00