Skip to content

Commit

Permalink
Merge pull request #211 from Prin-S/trunk
Browse files Browse the repository at this point in the history
Fixed: URL linking to Square Developer dashboard in sandbox settings
  • Loading branch information
vikrampm1 authored Sep 20, 2024
2 parents a679cc2 + 378141a commit 21d7ac0
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 21d7ac0

Please sign in to comment.