Skip to content

Commit

Permalink
Update discount URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Jan 29, 2025
1 parent 83ed497 commit 4d53dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Frontend/pages/more.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class _MoreState extends ConsumerState<More> {
leading: const Icon(Icons.store),
trailing: const Icon(Icons.open_in_browser),
onTap: () async {
await launchUrl(Uri.parse('https://thetailcompany.com/product/tail-and-ear-covers/${getOutboundUtm()}&coupon=$couponCode'));
await launchUrl(Uri.parse('https://thetailcompany.com/product/tail-and-ear-covers/${getOutboundUtm()}&wdr_coupon=$couponCode'));
},
);
}),
Expand Down

0 comments on commit 4d53dcb

Please sign in to comment.