Simplify Paystack checkout handoff
Deploy Ladill Merchant / deploy (push) Successful in 45s

This commit is contained in:
isaacclad
2026-07-24 08:25:28 +00:00
parent 27f67f239b
commit ef8b230ece
2 changed files with 9 additions and 29 deletions
@@ -28,8 +28,7 @@ class ResponsivePaystackSheetTest extends TestCase
$this->assertStringContainsString('LadillPayCheckout', $html);
$this->assertStringContainsString('resumeTransaction', $html);
$this->assertStringContainsString('js.paystack.co/v2/inline.js', $html);
$this->assertStringContainsString('Starting secure checkout', $html);
$this->assertStringContainsString('not in a separate browser', $html);
$this->assertStringContainsString('Paystack owns its secure checkout popup', $html);
// Must not push Paystack to a separate browser as the primary path.
$this->assertStringNotContainsString('Continue to Paystack', $html);
$this->assertStringNotContainsString('window.open(', $html);