v0.5
Pre-release
Pre-release
Changes since v0.4:
- Changed feedback sync to remove item ID/transaction ID parameters, which are no longer part of legacy order IDs
- Fixed issue where refund records could be processed before the associated sales record, causing an error
- Fixed issue where an order containing more than one line item would only have the first line item saved
- Increased the length of the post_code field to account for international post codes
- Minor bug fixes and improvements
As part of the feedback sync change, the foreign key on feedback.legacy_order_id must be removed. This is due to legacy order IDs in sales records no longer following the previous itemID-transactionID format which is still used by the feedback records. The included schema reflects this change.