Skip to content

Commit

Permalink
Add logging, change case of header
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed Apr 23, 2020
1 parent bb056b4 commit 7184f44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions support-level-label.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function vipgoci_repo_meta_api_data_fetch(

if ( ! empty( $repo_meta_api_user_id ) ) {
$endpoint_send_headers[] =
'API-USER-ID: ' . $repo_meta_api_user_id;
'API-User-ID: ' . $repo_meta_api_user_id;
}

if ( ! empty( $repo_meta_api_access_token ) ) {
Expand Down Expand Up @@ -187,7 +187,9 @@ function vipgoci_support_level_label_set(
'repo_meta_api_base_url' =>
( ! empty( $options['repo-meta-api-base-url'] ) ?
$options['repo-meta-api-base-url'] : '' ),
)
),
0,
true
);

if (
Expand Down

0 comments on commit 7184f44

Please sign in to comment.