Skip to content

Commit

Permalink
Update quickbooks.php
Browse files Browse the repository at this point in the history
- Alter message in case test isn't accurate
- Fix link to QBO settings
- Fix string domain
  • Loading branch information
pkevan authored Aug 28, 2024
1 parent 6f5ef74 commit 5edfc71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function check_qbo_connection() {
$client = get_client();

if ( ! $client->has_valid_token() && function_exists( 'slack_dm' ) ) {
slack_dm( 'QBO token invalid. Visit <https://wordcamp.org/wp-admin/network/settings.php> to check connection.', 'dotorg' );
slack_dm( 'QBO token may be invalid. Visit <https://wordcamp.org/wp-admin/network/settings.php?page=quickbooks> to check connection.', 'wordcamp' );
}
}

Expand Down

0 comments on commit 5edfc71

Please sign in to comment.