Stop Paystack pre-modal flash on customer checkout.
Deploy Ladill Link / deploy (push) Successful in 1m11s

Use the shared Inline sheet, hold busy until payment UI opens, and avoid locking page scroll during the handoff.
This commit is contained in:
isaacclad
2026-07-24 10:14:40 +00:00
parent ff2297034e
commit a1003bfa56
4 changed files with 329 additions and 968 deletions
@@ -108,8 +108,7 @@
}
this.checkoutUrl = data.checkout_url;
this.showSheet = true;
this.loading = false;
this.showSheet = true; // loading cleared when payment UI opens (ladill-pay-opened)
} catch (error) {
window.LadillPayCheckout?.cancel?.(); this.errorMsg = 'Network error. Please try again.';
this.loading = false;