Skip to content
Snippets Groups Projects
Commit e13205d5 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

UPS and DHL Express test mode

parent b3e02127
No related branches found
No related tags found
No related merge requests found
...@@ -16,4 +16,8 @@ add_filter( 'woocommerce_background_image_regeneration', '__return_false' ); ...@@ -16,4 +16,8 @@ add_filter( 'woocommerce_background_image_regeneration', '__return_false' );
/** /**
* Send tracker data to testdata.wpdesk.org instead of data.wpdesk.org * Send tracker data to testdata.wpdesk.org instead of data.wpdesk.org
*/ */
add_filter( 'wpdesk_tracker_use_testdata', '__return_true' ); add_filter( 'wpdesk_tracker_use_testdata', '__return_true' );
\ No newline at end of file
add_filter( 'flexible_shipping_ups_testing', '__return_true' );
add_filter( 'flexible_shipping_dhl_express_testing', '__return_true' );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment