Drupal 9 Compatability
Zhe Zhang, skyredwang, smccabe, Safallia Joseph, nhepner1
Issues: 3 issues resolved.
Changes since 8.x-1.0-rc3:
Add the tracking summary
thejacer87
Issues: 1 issue resolved.
Changes since 8.x-1.0-rc2:
fixed some tests that were failing in rc-1
Changes since 8.x-1.0-rc1:
Make sure to run drush entup then database updates as there are changes to the shipping entity.
drush entup
shabananavas, thejacer87
Issues: 2 issues resolved.
Changes since 8.x-1.0-alpha5:
hotfix: typo in method.
Module settings organization
krystalcode, thejacer87
Issues: 1 issues resolved.
Changes since 8.x-1.0-alpha3:
Filters rates by services selected in plugin settings
Changes since 8.x-1.0-alpha2:
Adds ability to add options codes
also adds tests for getRates()
Changes since 8.x-1.0-alpha1:
Requires a patch to commerce shipping here: https://www.drupal.org/files/issues/2018-06-27/commerce_shipping-shipmen...
Will fetch rates on checkout.
combined with the commerce shipping patch, you can add the tracking pin you recieve from CanadaPost, and add it to the shipment via order's shipments tab. It will then get basic tracking info.
Initial development for the D8 version. Current grabs rate for a basic box size/weight
This branch supports the new Canada Post web services API. Code has also been refactored in preparation for planned features.
A Canada Post developer program API key is required to retrieve quotes, visit this page for instructions (steps 1 to 3).
When upgrading from the 1.x branch: - run update.php - most settings are preserved, however shipping services will have to be re-selected
Initial development release of Commerce Canada Post module.