Commit 14fd1972 by Hasnain

testing..

parent 0b2fcae3
......@@ -428,6 +428,8 @@ class SiteConfiguration(models.Model):
@cached_property
def commerce_api_client(self):
log.info("--------------testing---------------------")
log.info(self.build_lms_url('/api/commerce/v1/'))
return EdxRestApiClient(self.build_lms_url('/api/commerce/v1/'), jwt=self.access_token)
@cached_property
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment