Present Paystack checkout in a responsive mobile sheet and desktop modal.
Deploy Ladill Link / deploy (push) Successful in 1m26s

Standardize customer-facing Ladill Pay checkout shells across products, open them on all viewports, and escape iframe callbacks back to the product flow.
This commit is contained in:
isaacclad
2026-07-21 16:50:08 +00:00
parent 3f59935e23
commit 93548afdb4
4 changed files with 148 additions and 38 deletions
@@ -88,7 +88,7 @@
loading: false,
errorMsg: '',
async submitTopup(event) {
if (this.method !== 'paystack' || window.innerWidth >= 768) return;
if (this.method !== 'paystack') return;
event.preventDefault();
this.loading = true;