Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fallback to 'price' in ecommerce api loader
The Django Oscar upgrade of ecommerce changed the item's price field from `price_excl_tax` to just `price` causing the EcommerceApi data loader to fail. This commit checks for the `price_excl_tax` key and falls back to the 'price' value. Ref: openedx-unsupported/ecommerce#4050
- Loading branch information