Unify payment sheet to one POS design across all apps.
Deploy Ladill Mini / deploy (push) Successful in 1m2s

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.
This commit is contained in:
isaacclad
2026-07-21 23:15:36 +00:00
parent 7e99c5554c
commit cf5cc4d50d
2 changed files with 51 additions and 46 deletions
@@ -23,8 +23,8 @@ class ResponsivePaystackSheetTest extends TestCase
$this->assertStringContainsString('rounded-t-2xl', $html);
$this->assertStringContainsString('md:rounded-2xl', $html);
$this->assertStringContainsString('md:max-w-lg', $html);
$this->assertStringContainsString('md:max-w-3xl', $html);
$this->assertStringContainsString('data-ladill-pay-header-minimal', $html);
$this->assertStringContainsString('data-paystack-live', $html);
$this->assertStringContainsString('data-ladill-pay-close-live', $html);
$this->assertStringContainsString('Complete your payment', $html);
$this->assertStringContainsString('safe-area-inset-bottom', $html);
$this->assertStringContainsString('LadillPayCheckout', $html);