Merge pull request #17 from i701/feat/user-verification-handling
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 8m20s

fix getProfile import in PaymentId 🐛
This commit is contained in:
Abdulla Aidhaan
2025-07-13 22:58:17 +05:00
committed by GitHub

View File

@ -1,5 +1,6 @@
import { redirect } from "next/navigation";
import { getPayment, getProfile } from "@/actions/payment";
import { getPayment } from "@/actions/payment";
import { getProfile } from "@/actions/user-actions";
import CancelPaymentButton from "@/components/billing/cancel-payment-button";
import ExpiryCountDown from "@/components/billing/expiry-time-countdown";
import ClientErrorMessage from "@/components/client-error-message";