Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #311 from alleyinteractive/update/pico-integration
Browse files Browse the repository at this point in the history
Update Pico staging URL in our integration
  • Loading branch information
Joe McGill committed Jan 15, 2021
2 parents 191bd41 + e3f7eaf commit da06386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/integrations/class-pico.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function setup() {
}

if ( ! defined( 'PP_WIDGET_ENDPOINT' ) ) {
define( 'PP_WIDGET_ENDPOINT', 'https://widget.staging.pico.tools' ); // phpcs:ignore
define( 'PP_WIDGET_ENDPOINT', 'https://gadget.staging.pico.tools' ); // phpcs:ignore
}
}
}
Expand Down

0 comments on commit da06386

Please sign in to comment.