Skip to content

Commit

Permalink
fixed url bug
Browse files Browse the repository at this point in the history
  • Loading branch information
franko4don committed Apr 11, 2022
1 parent 162be3b commit cea42a6
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 @@ -118,7 +118,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

0 comments on commit cea42a6

Please sign in to comment.