Skip to content

Commit

Permalink
Update token
Browse files Browse the repository at this point in the history
  • Loading branch information
ErkoRisthein committed Nov 20, 2020
1 parent a425128 commit 1796c1b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/wp-content/themes/tuleva/helpers/extras.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ function get_member_count() {
'http' => array(
'method' => 'HEAD',
'header' => array(
"Authorization: Bearer 06377792-6045-40dc-9324-d8ede3d27b3a"
"Authorization: Bearer 705e26c1-9316-47f2-94b8-a5c6b0dfb566"
)
)
)
Expand All @@ -303,7 +303,7 @@ function print_funds_js() {
'http' => array(
'method' => 'GET',
'header' => array(
"Authorization: Bearer 06377792-6045-40dc-9324-d8ede3d27b3a"
"Authorization: Bearer 705e26c1-9316-47f2-94b8-a5c6b0dfb566"
)
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
</div>
<div class="col-md-5">
<div id="inline-signup" class="inline-signup card p-4 bg-light"></div>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/templates/onboarding-client/static/js/signup.2ae7f29f_2.js"></script>
<script type="text/javascript" src="<?php echo get_template_directory_uri();
?>/templates/onboarding-client/static/js/signup.2ae7f29f_3.js"></script>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'http' => array(
'method' => 'GET',
'header' => array(
"Authorization: Bearer 06377792-6045-40dc-9324-d8ede3d27b3a"
"Authorization: Bearer 705e26c1-9316-47f2-94b8-a5c6b0dfb566"
)
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
'http' => array(
'method' => 'GET',
'header' => array(
"Authorization: Bearer 06377792-6045-40dc-9324-d8ede3d27b3a"
"Authorization: Bearer 705e26c1-9316-47f2-94b8-a5c6b0dfb566"
)
)
)
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/tuleva/templates/fund-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
'http' => array(
'method' => 'GET',
'header' => array(
"Authorization: Bearer 06377792-6045-40dc-9324-d8ede3d27b3a"
"Authorization: Bearer 705e26c1-9316-47f2-94b8-a5c6b0dfb566"
)
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'http' => array(
'method' => 'GET',
'header' => array(
"Authorization: Bearer 06377792-6045-40dc-9324-d8ede3d27b3a"
"Authorization: Bearer 705e26c1-9316-47f2-94b8-a5c6b0dfb566"
)
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'http' => array(
'method' => 'GET',
'header' => array(
"Authorization: Bearer 06377792-6045-40dc-9324-d8ede3d27b3a"
"Authorization: Bearer 705e26c1-9316-47f2-94b8-a5c6b0dfb566"
)
)
)
Expand Down

Large diffs are not rendered by default.

0 comments on commit 1796c1b

Please sign in to comment.