Unify payment sheet to one POS design across all apps.
Deploy Ladill POS / deploy (push) Successful in 1m16s
Deploy Ladill POS / deploy (push) Successful in 1m16s
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user