Commit Graph
14 Commits
Author SHA1 Message Date
isaacclad ce41c1ece7 Stop Paystack pre-modal flash on customer checkout.
Deploy Ladill Merchant / deploy (push) Successful in 38s
Use the shared Inline sheet, hold busy until payment UI opens, and avoid locking page scroll during the handoff.
2026-07-24 10:14:41 +00:00
isaacclad ef8b230ece Simplify Paystack checkout handoff
Deploy Ladill Merchant / deploy (push) Successful in 45s
2026-07-24 08:25:28 +00:00
isaacclad 27f67f239b Simplify pay wait copy and scale Paystack to fill the loading area.
Deploy Ladill Merchant / deploy (push) Successful in 1m43s
Use “Please wait…” while loading, and scale the contained Paystack iframe so
checkout fills the sheet body without a floating second card.
2026-07-23 22:56:34 +00:00
isaacclad 0a43d694ab Render Paystack flush in the sheet loading area without a second stage.
Deploy Ladill Merchant / deploy (push) Has been cancelled
Drop host shadows and keep the iframe transparent so checkout fills the
Ladill sheet body instead of floating as a second card.
2026-07-23 22:43:59 +00:00
isaacclad 5e92f77db1 Force Paystack checkout into the sheet mount on first insert.
Deploy Ladill Merchant / deploy (push) Successful in 1m20s
Redirect first iframe append into the Ladill sheet body and keep absolute
fill styles applied so checkout is not a second full-screen modal.
2026-07-23 22:36:28 +00:00
isaacclad 131df28d99 Unify payment sheet to one POS design across all apps.
Deploy Ladill Merchant / deploy (push) Successful in 1m44s
Loading uses the standard white bottomsheet/modal; once Paystack Inline is
ready the host shell goes transparent so only Paystack's card shows on the
backdrop — no oversized second white frame on Merchant/Give/etc.
2026-07-21 23:15:56 +00:00
isaacclad 99d3053508 Tighten payment sheet UI to match POS single-surface checkout.
Deploy Ladill Merchant / deploy (push) Successful in 57s
When Paystack Inline is ready: widen desktop panel for channel sidebar, collapse
to a minimal header, hide footer trust line, and re-pin the checkout iframe to
the sheet body so it does not read as a second modal on top of Ladill chrome.
2026-07-21 23:02:43 +00:00
isaacclad 97a30ee6b3 Fix proxied checkout CSRF for Merchant, Give, Invoice and Events.
Deploy Ladill Merchant / deploy (push) Successful in 46s
Public order/pay POSTs hit ladl.link first; satellite CSRF tokens cannot bind
to Link (or platform/satellite) sessions, which returned 419 and showed
"Could not start checkout." Except public checkout paths and return
access_code from owner-gateway Paystack init. Sync contained Paystack sheet.
2026-07-21 22:53:52 +00:00
isaacclad b737725be4 Restore Paystack Inline in-page sheet/modal; stop separate-browser checkout.
Deploy Ladill Merchant / deploy (push) Successful in 1m46s
Pass access_code through pay responses and launch PaystackPop from the shared sheet instead of window.open.
2026-07-21 19:12:24 +00:00
isaacclad 84cf01c927 Keep Paystack sheet/modal visible; open Paystack from Continue.
Deploy Ladill Merchant / deploy (push) Successful in 1m20s
Stop auto-popups that steal focus, use one responsive panel, and skip ladl.link redirects for JSON pay requests.
2026-07-21 18:46:26 +00:00
isaacclad 9345efbfdb Open Paystack from the Pay click gesture, not after fetch.
Deploy Ladill Merchant / deploy (push) Successful in 56s
Paystack blocks iframes, so checkout uses a popup beside the sheet/modal chrome. Opening about:blank on the user tap keeps that window from being blocked after the async initiate response.
2026-07-21 18:13:20 +00:00
isaacclad fb36f13a43 Fix Paystack sheet: stop iframe embeds that Paystack blocks.
Deploy Ladill Merchant / deploy (push) Successful in 52s
Paystack checkout.paystack.com returns X-Frame-Options: SAMEORIGIN, so the shared sheet opened empty. Keep mobile sheet/desktop modal chrome, launch checkout in a named window with a Continue CTA fallback, and escape payment-return via window.opener or top.
2026-07-21 17:34:22 +00:00
isaacclad c11cc99d17 Present Paystack checkout in a responsive mobile sheet and desktop modal.
Deploy Ladill Merchant / deploy (push) Successful in 1m5s
Standardize customer-facing Ladill Pay checkout shells across products, open them on all viewports, and escape iframe callbacks back to the product flow.
2026-07-21 16:50:07 +00:00
isaaccladandCursor f718b9cfbf Initial Ladill Merchant app with Gitea deploy pipeline.
Shop, menu, and booking storefronts with OIDC SSO, Pay checkout, and merchant.ladill.com deployment workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 23:05:21 +00:00