Skip to content

v0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@carlansell94 carlansell94 released this 21 Jan 21:00
· 4 commits to master since this 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.