Commit Graph
14 Commits
Author SHA1 Message Date
isaacclad 9890776265 Stop Paystack pre-modal flash on customer checkout.
Deploy Ladill Give / deploy (push) Successful in 1m23s
Use the shared Inline sheet, hold busy until payment UI opens, and avoid locking page scroll during the handoff.
2026-07-24 10:14:40 +00:00
isaacclad 9bda4a5095 Simplify Paystack checkout handoff
Deploy Ladill Give / deploy (push) Successful in 47s
2026-07-24 08:25:29 +00:00
isaacclad 78c6d3072c Simplify pay wait copy and scale Paystack to fill the loading area.
Deploy Ladill Give / deploy (push) Successful in 1m38s
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:46 +00:00
isaacclad d21397f039 Render Paystack flush in the sheet loading area without a second stage.
Deploy Ladill Give / 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:44:14 +00:00
isaacclad f09d30c09b Force Paystack checkout into the sheet mount on first insert.
Deploy Ladill Give / deploy (push) Successful in 1m23s
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:35 +00:00
isaacclad a8a9d79af0 Unify payment sheet to one POS design across all apps.
Deploy Ladill Give / deploy (push) Successful in 1m0s
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:16:06 +00:00
isaacclad 81f93ff04b Tighten payment sheet UI to match POS single-surface checkout.
Deploy Ladill Give / deploy (push) Successful in 54s
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:49 +00:00
isaacclad c1b6a418ab Fix proxied checkout CSRF for Merchant, Give, Invoice and Events.
Deploy Ladill Give / deploy (push) Successful in 44s
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:54:01 +00:00
isaacclad 4ab2fcb3ad Restore Paystack Inline in-page sheet/modal; stop separate-browser checkout.
Deploy Ladill Give / deploy (push) Successful in 1m11s
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 0046e96a7b Keep Paystack sheet/modal visible; open Paystack from Continue.
Deploy Ladill Give / deploy (push) Successful in 33s
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 72ecec38d4 Open Paystack from the Pay click gesture, not after fetch.
Deploy Ladill Give / deploy (push) Successful in 1m1s
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:27 +00:00
isaacclad 24eeb5dfba Fix Paystack sheet: stop iframe embeds that Paystack blocks.
Deploy Ladill Give / deploy (push) Successful in 55s
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:29 +00:00
isaacclad a73a15988b Present Paystack checkout in a responsive mobile sheet and desktop modal.
Deploy Ladill Give / deploy (push) Successful in 44s
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 0860b08af7 Initial Ladill Give extraction — online giving pages at give.ladill.com.
Donation checkout via Ladill Pay (9% fee), church/giving QR pages, SSO, and platform scan forwarding.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 07:25:49 +00:00