Closed rawdreeg closed 1 year ago
Testing the WPConsentAPI class. I made the following changes:
wc_order_source_attribution_allow_tracking
composer install
bin/install-unit-tests.sh <db-name> <db-user> <db-pass> [db-host] latest latest
vendor/bin/phpunit
Left some small notes, nothing blocking really. Approving.
@budzanowski , thanks for the review. I have addressed all the feedback. do you mind having another look?
Testing the WPConsentAPI class. I made the following changes:
wc_order_source_attribution_allow_tracking
filter. We talked about controlling the tracking (https://github.com/woocommerce/woocommerce-order-source-attribution/issues/6) from 3rd party plugin. This should help with that.Checks:
Detailed test instructions:
composer install
bin/install-unit-tests.sh <db-name> <db-user> <db-pass> [db-host] latest latest
vendor/bin/phpunit