Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
refactor: updated price field name
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Dec 5, 2023
1 parent 8fbe9ab commit 3e6b2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce/courses/tests/test_publishers.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _create_mobile_seat_for_course(self, course, sku_prefix):
product=mobile_seat,
partner_sku="mobile.{}.{}".format(sku_prefix.lower(), web_stock_record.partner_sku.lower()),
price_currency=web_stock_record.price_currency,
price_excl_tax=web_stock_record.price_excl_tax,
price=web_stock_record.price,
)
return mobile_seat

Expand Down

0 comments on commit 3e6b2e6

Please sign in to comment.