Fix Mini payment bottomsheet wrap and Inline launch.
Deploy Ladill Mini / deploy (push) Successful in 1m55s

Always show the mobile bottomsheet/desktop modal shell, extract access_code
from checkout URLs when needed, and open the sheet immediately on Pay.
This commit is contained in:
isaacclad
2026-07-21 21:43:42 +00:00
parent 4f2293ec4a
commit de6e6f5331
4 changed files with 128 additions and 113 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class MiniPaymentCheckoutTest extends TestCase
->assertSee('md:items-center', false)
->assertSee('Complete your payment', false)
->assertSee('data-ladill-pay-sheet', false)
->assertSee('data-ladill-pay-loading', false)
->assertSee('data-ladill-pay-panel', false)
->assertSee('resumeTransaction', false)
->assertSee('/q/'.$qr->short_code.'/pay', false)
->assertDontSee('https://ladl.link/'.$qr->short_code.'/pay', false)