diff --git a/src/components/PinpadPlayground.jsx b/src/components/PinpadPlayground.jsx index 2d61f288..8f223dbd 100644 --- a/src/components/PinpadPlayground.jsx +++ b/src/components/PinpadPlayground.jsx @@ -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}"]`)) {