Skip to content

Commit

Permalink
Merge pull request #200 from ConvertKit/oauth-support-tenant-name
Browse files Browse the repository at this point in the history
OAuth: Support `tenant_name` Parameter
  • Loading branch information
n7studios authored Nov 12, 2024
2 parents ad68073 + f214bc1 commit 73a5e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"license": "GPLv3",
"require": {
"convertkit/convertkit-wordpress-libraries": "2.0.4"
"convertkit/convertkit-wordpress-libraries": "2.0.5"
},
"require-dev": {
"lucatume/wp-browser": "<3.5",
Expand Down
2 changes: 1 addition & 1 deletion views/backend/settings/oauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</p>

<p class="submit">
<a href="<?php echo esc_url( $api->get_oauth_url( admin_url( 'admin.php?page=wc-settings&tab=integration&section=ckwc' ) ) ); ?>" class="button button-primary"><?php esc_html_e( 'Connect', 'woocommerce-convertkit' ); ?></a>
<a href="<?php echo esc_url( $api->get_oauth_url( admin_url( 'admin.php?page=wc-settings&tab=integration&section=ckwc' ), get_site_url() ) ); ?>" class="button button-primary"><?php esc_html_e( 'Connect', 'woocommerce-convertkit' ); ?></a>
</p>
</div><!-- .postbox -->

Expand Down

0 comments on commit 73a5e01

Please sign in to comment.