Skip to content

Commit 7d63316

Browse files
Sai Sridhar Tarraclaude
authored andcommitted
Fix: update emails.py to import PLAN_LIMITS from razorpay_service
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e2c03f5 commit 7d63316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/routes/emails.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from services import email_service
1515
from services.ai_processor import process_email
1616
from services.gmail_service import send_gmail_reply, get_email_attachments, get_attachment_data
17-
from services.stripe_service import PLAN_LIMITS
17+
from services.razorpay_service import PLAN_LIMITS
1818
from workers.email_listener import _process_user_emails
1919

2020
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)