fix cakepay terms and conditions link [skip ci]

OmarHatem committed Jun 3, 2025 at 03:22 UTC 11349159206f3895b4e9beab4f6963418b7a7294
1 file changed +1 -1
lib/src/screens/cake_pay/cards/cake_pay_confirm_purchase_card_page.dart
+1 -1
@@ -668,7 +668,7 @@ class _ThreeCheckboxAlertContentState extends State<ThreeCheckboxAlertContent> {
668 GestureDetector(
669 behavior: HitTestBehavior.opaque,
670 onTap: () => launchUrl(
671 - Uri.parse("https://cakepay.com/cakepay-web-terms.txt"),
671 + Uri.parse("https://www.cakepay.com/terms/"),
672 mode: LaunchMode.externalApplication,
673 ),
674 child: Padding(