2.0.0
Added
- Support for Amazon's new
data-component
tags. order_class
to the config file, which allows for overriding theOrder
class.shipment_class
to the config file, which allows for overriding theShipment
class.- Simplified integration tests to more quickly catch regressions.
- Bug fixes and stability improvements.
Changed
- Removed global constants in
amazonorders.constants
. Nowamazonorders.constants.Constants
andamazonorders.selectors.Selectors
classes are used, can be overridden withconstants_class
andselectors_class
in the config file.
Removed
session.AUTH_FORMS
. Passauth_forms
when instantiatingAmazonSession
instead.