-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] ecommerce Basket Page -> micro-frontend #41
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nits and comment, other LGTM! Please take a look at my comment inline
ecommerce/core/models.py
Outdated
@@ -376,6 +370,7 @@ def enterprise_grant_data_sharing_url(self): | |||
|
|||
@property | |||
def payment_domain_name(self): | |||
# TODO: update it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems it is a time for updating, since self argument is removed
ecommerce/tests/factories.py
Outdated
@@ -41,6 +41,7 @@ class Meta: | |||
enable_embargo_check = False | |||
enable_partial_program = False | |||
discovery_api_url = 'http://{}.fake/'.format(Faker().domain_name()) | |||
payment_microfrontend_url = 'http://{}.fake/'.format(Faker().domain_name()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I would use f-string instead of format?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
8633e7a
to
af8daa7
Compare
openedx/public-engineering#68
OeX_Depr-158 ecommerce Basket Page -> micro-frontend