PluginProbe
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments / 1.2.5
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments v1.2.5
4.7.2 4.7.1 4.7.0 4.6.6 4.6.5 4.6.4 4.6.3 4.6.2 4.6.1 4.6.0 4.5.1 4.5.0 4.4.2 4.4.1 4.4.0 4.3.3 4.3.2 4.3.1 4.3.0 4.2.3 4.2.2 4.2.1 1.0.3 1.0.4 1.0.5 All 281 releases
← All changes | views/admin/plugin.php +1 -1 4.5.01.2.5 View file →
@@ -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>