Skip to content

fix(dashboard): native store as locked primary for iOS/Android - #148

Merged
therajanmaurya merged 2 commits into
MobileByteLabs:developmentfrom
therajanmaurya:session-PayCraft-20260803161739048
Aug 3, 2026
Merged

fix(dashboard): native store as locked primary for iOS/Android#148
therajanmaurya merged 2 commits into
MobileByteLabs:developmentfrom
therajanmaurya:session-PayCraft-20260803161739048

Conversation

@therajanmaurya

Copy link
Copy Markdown
Collaborator

Draft.

@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown

@therajanmaurya is attempting to deploy a commit to the MobileByteLabs' projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@therajanmaurya, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 38 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: e45da50b-60a1-422c-b101-4e77534d51b6

📥 Commits

Reviewing files that changed from the base of the PR and between 0d1f4ba and 4d27383.

📒 Files selected for processing (1)
  • dashboard/components/providers/platform-providers-panel.tsx

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.

@therajanmaurya
therajanmaurya marked this pull request as ready for review August 3, 2026 10:48
@therajanmaurya
therajanmaurya merged commit a0a357b into MobileByteLabs:development Aug 3, 2026
4 of 5 checks passed
therajanmaurya added a commit that referenced this pull request Aug 3, 2026
…149)

* fix(dashboard): surface Google Play + App Store on the Providers list (#123)

The store-sync credential pages (/providers/google-play, /providers/app-store)
shipped in 2.2.0 but were never linked from the Providers index (only web PSPs
render there), so they were unreachable. Adds an 'In-app billing (native app
stores)' section with Connect/Manage cards + live connection status.

* fix(dashboard): surface store sync in products UI (bulk + badges + Re-sync feedback) (#124)

* fix(dashboard): surface Google Play + App Store on the Providers list (#123)

The store-sync credential pages (/providers/google-play, /providers/app-store)
shipped in 2.2.0 but were never linked from the Providers index (only web PSPs
render there), so they were unreachable. Adds an 'In-app billing (native app
stores)' section with Connect/Manage cards + live connection status.

* fix(dashboard): surface store sync in products UI (bulk + badges + Re-sync)

Closes the two store-sync UI gaps from 2.2.0:
- Bulk 'sync-to-providers' now includes Google Play + App Store.
- Products table shows Play / App Store badges; per-product Re-sync panel +
  unsynced banner + sync panel surface store connection/results.
Matches the /sync route snake_case keys (google_play/app_store). tsc clean.

* chore(source): update .github/workflows/deploy-cloud.yml dashboard/app/api/products/[id]/sync/route.ts dashboard/app/api/products/sync-to-providers/route.ts

* chore(source): update dashboard/__tests__/lib/googleplay-product-sync.test.ts dashboard/app/api/products/[id]/sync/route.ts dashboard/app/api/products/sync-to-providers/route.ts

* chore(source): update cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftInitializer.kt cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftPlatform.android.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/di/PayCraftModule.kt (#126)

* chore(release): bump paycraft 2.2.0 → 2.3.0 (commonMain-only native billing) (#127)

* chore(source): update cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftInitializer.kt cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftPlatform.android.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/di/PayCraftModule.kt

* chore(source): update gradle.properties

* feat paywall currency fix native store price and usd fallback (#128)

* chore: initialize session branch — feat paywall currency fix native store price and usd fallback

* chore(source): update cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/billing/PlayBillingNativeClient.android.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/CurrencyResolver.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/PayCraft.kt

* fix(billing): resolve CI blockers on native-billing PR — Android getBillingConfig + ktlint

- PlayBillingNativeClient.android: billing-ktx v8 has no suspend getBillingConfig extension;
  rewrite storefrontCountry() with the callback getBillingConfigAsync wrapped in
  suspendCancellableCoroutine (fixes 'unresolved reference getBillingConfig' + type inference)
- PayCraft.kt: drop leading underscore on two purely-private vars (nativePricesBySku,
  currentSuite) that have no matching public member — ktlint standard:backing-property-naming
  was aborting spotless with an AssertionError
- spotless reformat of touched files

Verified green locally: spotlessCheck, :cmp-paycraft:compileAndroidMain,
:cmp-paycraft:compileKotlinIosSimulatorArm64 (native StoreKit2), :cmp-paycraft:jvmTest.

* chore: initialize session branch — chore(paycraft): reconcile + close v2 production-readiness epic (OBE by 2.3.x)

* chore(source): update .gitignore CHANGELOG.md cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/CurrencyResolver.kt

* chore(source): update cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/CountryDetector.kt

* chore: initialize session branch — fix(auth): multi-tenant login callback redirect + ship platform-provider epic dashboard

* chore(source): update dashboard/app/auth/callback/route.ts supabase/.temp/cli-latest

* feat(dashboard): platform→provider selector panel on providers page (#132)

* chore: initialize session branch — feat(dashboard): platform→provider selector panel on providers page

* chore(source): update dashboard/app/(dashboard)/providers/page.tsx dashboard/components/providers/platform-providers-panel.tsx

* feat(dashboard): platform panel to top + fees + default provider (#134)

* chore: initialize session branch — feat(dashboard): platform panel to top + fees + default provider

* chore(source): update dashboard/app/(dashboard)/providers/page.tsx dashboard/components/providers/platform-providers-panel.tsx

* fix(dashboard): remove duplicate platform providers panel (#136)

* chore: initialize session branch — fix(dashboard): remove duplicate platform providers panel

* chore(source): update dashboard/app/(dashboard)/providers/page.tsx

* feat(dashboard): platform providers as separate sidebar page (#138)

* chore(source): update dashboard/app/(dashboard)/providers/page.tsx dashboard/components/sidebar.tsx dashboard/app/(dashboard)/providers/platform/

* chore: initialize session branch — feat(dashboard): platform providers as separate sidebar page

* feat(dashboard): platform panel — explicit primary provider + save confirmation (#140)

* chore: initialize session branch — feat(dashboard): platform panel — explicit primary provider + save confirmation

* chore(source): update dashboard/components/providers/platform-providers-panel.tsx

* refactor(dashboard): simplify platform providers to primary + fallback list (#142)

* chore: initialize session branch — refactor(dashboard): simplify platform providers to primary + fallback list

* chore(source): update dashboard/app/(dashboard)/providers/platform/page.tsx dashboard/components/providers/platform-providers-panel.tsx

* feat(dashboard): per-platform primary + fallback provider selectors (#144)

* chore: initialize session branch — feat(dashboard): per-platform primary + fallback provider selectors

* chore(source): update dashboard/app/(dashboard)/providers/platform/page.tsx dashboard/components/providers/platform-providers-panel.tsx

* feat(dashboard): supported-providers catalog with connection status (#146)

* chore: initialize session branch — feat(dashboard): supported-providers catalog with connection status

* chore(source): update dashboard/components/providers/platform-providers-panel.tsx

* fix(dashboard): native store as locked primary for iOS/Android (#148)

* chore: initialize session branch — fix(dashboard): native store as locked primary for iOS/Android

* chore(source): update dashboard/components/providers/platform-providers-panel.tsx

---------

Co-authored-by: MobileByteSensei Community <mobilebytesensei@gmail.com>
therajanmaurya added a commit that referenced this pull request Aug 3, 2026
…atform) (#151)

* fix(dashboard): surface Google Play + App Store on the Providers list (#123)

The store-sync credential pages (/providers/google-play, /providers/app-store)
shipped in 2.2.0 but were never linked from the Providers index (only web PSPs
render there), so they were unreachable. Adds an 'In-app billing (native app
stores)' section with Connect/Manage cards + live connection status.

* fix(dashboard): surface store sync in products UI (bulk + badges + Re-sync feedback) (#124)

* fix(dashboard): surface Google Play + App Store on the Providers list (#123)

The store-sync credential pages (/providers/google-play, /providers/app-store)
shipped in 2.2.0 but were never linked from the Providers index (only web PSPs
render there), so they were unreachable. Adds an 'In-app billing (native app
stores)' section with Connect/Manage cards + live connection status.

* fix(dashboard): surface store sync in products UI (bulk + badges + Re-sync)

Closes the two store-sync UI gaps from 2.2.0:
- Bulk 'sync-to-providers' now includes Google Play + App Store.
- Products table shows Play / App Store badges; per-product Re-sync panel +
  unsynced banner + sync panel surface store connection/results.
Matches the /sync route snake_case keys (google_play/app_store). tsc clean.

* chore(source): update .github/workflows/deploy-cloud.yml dashboard/app/api/products/[id]/sync/route.ts dashboard/app/api/products/sync-to-providers/route.ts

* chore(source): update dashboard/__tests__/lib/googleplay-product-sync.test.ts dashboard/app/api/products/[id]/sync/route.ts dashboard/app/api/products/sync-to-providers/route.ts

* chore(source): update cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftInitializer.kt cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftPlatform.android.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/di/PayCraftModule.kt (#126)

* chore(release): bump paycraft 2.2.0 → 2.3.0 (commonMain-only native billing) (#127)

* chore(source): update cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftInitializer.kt cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftPlatform.android.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/di/PayCraftModule.kt

* chore(source): update gradle.properties

* feat paywall currency fix native store price and usd fallback (#128)

* chore: initialize session branch — feat paywall currency fix native store price and usd fallback

* chore(source): update cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/billing/PlayBillingNativeClient.android.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/CurrencyResolver.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/PayCraft.kt

* fix(billing): resolve CI blockers on native-billing PR — Android getBillingConfig + ktlint

- PlayBillingNativeClient.android: billing-ktx v8 has no suspend getBillingConfig extension;
  rewrite storefrontCountry() with the callback getBillingConfigAsync wrapped in
  suspendCancellableCoroutine (fixes 'unresolved reference getBillingConfig' + type inference)
- PayCraft.kt: drop leading underscore on two purely-private vars (nativePricesBySku,
  currentSuite) that have no matching public member — ktlint standard:backing-property-naming
  was aborting spotless with an AssertionError
- spotless reformat of touched files

Verified green locally: spotlessCheck, :cmp-paycraft:compileAndroidMain,
:cmp-paycraft:compileKotlinIosSimulatorArm64 (native StoreKit2), :cmp-paycraft:jvmTest.

* chore: initialize session branch — chore(paycraft): reconcile + close v2 production-readiness epic (OBE by 2.3.x)

* chore(source): update .gitignore CHANGELOG.md cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/CurrencyResolver.kt

* chore(source): update cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/CountryDetector.kt

* chore: initialize session branch — fix(auth): multi-tenant login callback redirect + ship platform-provider epic dashboard

* chore(source): update dashboard/app/auth/callback/route.ts supabase/.temp/cli-latest

* feat(dashboard): platform→provider selector panel on providers page (#132)

* chore: initialize session branch — feat(dashboard): platform→provider selector panel on providers page

* chore(source): update dashboard/app/(dashboard)/providers/page.tsx dashboard/components/providers/platform-providers-panel.tsx

* feat(dashboard): platform panel to top + fees + default provider (#134)

* chore: initialize session branch — feat(dashboard): platform panel to top + fees + default provider

* chore(source): update dashboard/app/(dashboard)/providers/page.tsx dashboard/components/providers/platform-providers-panel.tsx

* fix(dashboard): remove duplicate platform providers panel (#136)

* chore: initialize session branch — fix(dashboard): remove duplicate platform providers panel

* chore(source): update dashboard/app/(dashboard)/providers/page.tsx

* feat(dashboard): platform providers as separate sidebar page (#138)

* chore(source): update dashboard/app/(dashboard)/providers/page.tsx dashboard/components/sidebar.tsx dashboard/app/(dashboard)/providers/platform/

* chore: initialize session branch — feat(dashboard): platform providers as separate sidebar page

* feat(dashboard): platform panel — explicit primary provider + save confirmation (#140)

* chore: initialize session branch — feat(dashboard): platform panel — explicit primary provider + save confirmation

* chore(source): update dashboard/components/providers/platform-providers-panel.tsx

* refactor(dashboard): simplify platform providers to primary + fallback list (#142)

* chore: initialize session branch — refactor(dashboard): simplify platform providers to primary + fallback list

* chore(source): update dashboard/app/(dashboard)/providers/platform/page.tsx dashboard/components/providers/platform-providers-panel.tsx

* feat(dashboard): per-platform primary + fallback provider selectors (#144)

* chore: initialize session branch — feat(dashboard): per-platform primary + fallback provider selectors

* chore(source): update dashboard/app/(dashboard)/providers/platform/page.tsx dashboard/components/providers/platform-providers-panel.tsx

* feat(dashboard): supported-providers catalog with connection status (#146)

* chore: initialize session branch — feat(dashboard): supported-providers catalog with connection status

* chore(source): update dashboard/components/providers/platform-providers-panel.tsx

* fix(dashboard): native store as locked primary for iOS/Android (#148)

* chore: initialize session branch — fix(dashboard): native store as locked primary for iOS/Android

* chore(source): update dashboard/components/providers/platform-providers-panel.tsx

* feat(dashboard): editable primary provider per platform incl native store (#150)

* chore: initialize session branch — feat(dashboard): editable primary provider per platform incl native store

* chore(source): update .gitignore dashboard/components/providers/platform-providers-panel.tsx supabase/migrations/076_native_store_methods.sql

---------

Co-authored-by: MobileByteSensei Community <mobilebytesensei@gmail.com>
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