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

Commit

Permalink
fix: changes in code to pass checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Nov 14, 2023
1 parent c8d9074 commit 955e4d3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def _create_mobile_seat(self, sku_prefix, existing_web_seat):
mobile_stock_record.partner_sku = partner_sku
mobile_stock_record.price_currency = existing_stock_record.price_currency
mobile_stock_record.price = existing_stock_record.price
mobile_stock_record.cost_price = existing_stock_record.cost_price
mobile_stock_record.save()

def _send_email_about_expired_courses(self, expired_courses):
Expand Down

0 comments on commit 955e4d3

Please sign in to comment.