| @@ -82,9 +82,9 @@ | ||
| 82 | 82 | <sc-input label="<?php echo esc_attr_e( 'Api Token', 'surecart' ); ?>" type="password" value="<?php echo esc_attr( $api_token ); ?>" name="api_token" placeholder="<?php echo esc_attr_e( 'Enter your api token.', 'surecart' ); ?>"></sc-input> |
| 83 | 83 | </sc-card> |
| 84 | 84 | <?php if ( defined( 'SURECART_APP_URL' ) ) : ?> |
| 85 | 85 | <sc-flex justify-content="center"> |
| 86 | - <sc-button href="<?php echo esc_url( SURECART_APP_URL ) . '?switch_account_id=' . \SureCart::account()->id ?? null; ?>" type="link" target="_blank"> | |
| 86 | + <sc-button href="<?php echo esc_url( SURECART_APP_URL ); ?>" type="link" target="_blank"> | |
| 87 | 87 | <?php esc_html_e( 'Find My Api Token', 'surecart' ); ?> |
| 88 | 88 | <sc-icon name="arrow-right" slot="suffix"></sc-icon> |
| 89 | 89 | </sc-button> |
| 90 | 90 | </sc-flex> |