Fixed Activity filter and added Activity Unit Test

This commit is contained in:
Justin Foell
2019-10-04 15:50:08 -05:00
parent 319b220aa3
commit 00812e55e8
11 changed files with 130 additions and 64 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ abstract class WPStrava_Auth {
return rawurlencode( admin_url( "options-general.php?page={$page_name}" ) );
}
// was fetch_token();
// Was fetch_token();
private function token_exchange_initial( $code ) {
$settings = WPStrava::get_instance()->settings;
$client_id = $settings->client_id;