Skip to content

Commit

Permalink
Merge pull request #9 from LazerPay-Finance/franko4don/bug/fix-clipboard
Browse files Browse the repository at this point in the history
fixed url bug
  • Loading branch information
franko4don authored Apr 11, 2022
2 parents 66fb92d + cea42a6 commit 64f72bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lazerpay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const Lazerpay = (props: PaymentProps) => {
<WebView
ref={webviewRef}
source={{
uri: 'https://lazerpay-react-native-59mryqtbi-lazerpay.vercel.app',
uri: 'https://lazerpay-react-native.vercel.app',
}}
onMessage={messageReceived}
onLoadEnd={() => injectValues()}
Expand Down

1 comment on commit 64f72bc

@vercel
Copy link

@vercel vercel bot commented on 64f72bc Apr 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.