Skip to content

release: promote development → main (2026-06-23T16:36:19Z) - #112

Merged
therajanmaurya merged 1 commit into
mainfrom
development
Jun 23, 2026
Merged

release: promote development → main (2026-06-23T16:36:19Z)#112
therajanmaurya merged 1 commit into
mainfrom
development

Conversation

@therajanmaurya

Copy link
Copy Markdown
Collaborator

Auto-opened by /paycraft-deploy Phase 4 PROMOTE.

Source: origin/development @ 03ffaff
Target: origin/main @ 79deaeb
Diff: 1 commits

This PR is fast-forward-only — main is kept as an exact replica of development at promote time. No manual edits should land on main.

…eriod (#111)

Two fixes for the failing 'Sync products to providers' on Razorpay:

1. Period: Razorpay's Plan period enum is daily|weekly|monthly|yearly — there is
   no 'quarterly'. quarter now maps to monthly x3 (semiannual already monthly x6).
   Fixes 'Invalid argument for period passed' on Pro Quarterly.

2. Currency: Razorpay rejects currencies the account isn't enabled for (USD on an
   INR-only account → 'Currency provided is not supported'). syncProductToRazorpay
   now skips unsupported currencies per-item and continues, so INR plans still
   sync while USD is skipped; any non-currency error still propagates. When every
   currency is skipped, razorpaySyncProduct returns a clear 'add an INR price (or
   enable International)' message instead of a silent fail.

Stripe (USD, global) is unchanged. tsc --noEmit clean.

Co-authored-by: Mobile Byte Labs <mobilebytelabs@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@therajanmaurya
therajanmaurya merged commit 8e0df21 into main Jun 23, 2026
7 of 9 checks passed
@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pay-craft Ready Ready Preview, Comment Jun 23, 2026 4:36pm

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3967cf7c-0402-4d6b-912f-3804cac897c9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch development

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant