Skip to content

Commit

Permalink
Merge pull request #156 from placetopay-org/feature/update-pinpad-sdk
Browse files Browse the repository at this point in the history
Update PinpadPlayground.jsx
  • Loading branch information
meiyerDev authored Nov 26, 2024
2 parents 4421a16 + e4edd0e commit 1fbfb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PinpadPlayground.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const PinpadPlayground = () => {

useEffect(() => {
const src =
'https://unpkg.com/@placetopay/pinpad-sdk@2/dist/pinpad-sdk.umd.js'
'https://unpkg.com/@placetopay/pinpad-sdk@latest/dist/pinpad-sdk.umd.js'
const container = pinpadContainerRef.current

if (document.querySelector(`script[src="${src}"]`)) {
Expand Down

0 comments on commit 1fbfb1f

Please sign in to comment.