Skip to content

Commit

Permalink
Fixed: URL linking to Square Developer dashboard in sandbox settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Prin-S committed Aug 31, 2024
1 parent 0dedd98 commit 378141a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/new-user-experience/modules/sandbox-settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const SandboxSettings = ( { indent = 0, showToggle = true } ) => {
'Application ID for the Sandbox Application, see the details in the %1$sMy Applications%2$s section.',
'woocommerce-square'
),
'<a target="_blank" href="https://squareupsandbox.com/dashboard/apps/my-applications">',
'<a target="_blank" href="https://developer.squareup.com/console/en/apps">',
'</a>'
)
) }
Expand Down

0 comments on commit 378141a

Please sign in to comment.