Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
Signed-off-by: phuoc <[email protected]>
  • Loading branch information
phuocbitmark committed Nov 2, 2023
1 parent 577b566 commit 7fb3d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service/deeplink_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class DeeplinkServiceImpl extends DeeplinkService {
},
);
if (address == null) return;
final url = "${Environment.payToMintBaseUrl}/payToMint?address=$address";
final url = "${Environment.payToMintBaseUrl}/moma-postcard?address=$address";
final response = (await _navigationService.goToIRLWebview(
IRLWebScreenPayload(url,
isPlainUI: true, statusBarColor: POSTCARD_BACKGROUND_COLOR)))
Expand Down

0 comments on commit 7fb3d10

Please sign in to comment.