-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
When using Pest browser testing on Statamic Cargo with the built-in checkout form, whenever the browser test inserts customer data or address data, the AJAX request to /!/cart doesn't see any POST data at all.
How to reproduce
- Install Statamic + Cargo
- Setup Pest Browser Testing
- Write a browser test which goes through checkout, notice that the checkout cannot complete as it thinks there is no customer information or address information (the details do not save since the POST data is empty when reaching the controller)
Logs
Environment
Environment
Application Name: REDACTED
Laravel Version: 12.46.0
PHP Version: 8.4.16
Composer Version: 2.9.3
Environment: local
Debug Mode: ENABLED
URL: redacted.test
Maintenance Mode: OFF
Timezone: UTC
Locale: en
Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED
Drivers
Broadcasting: log
Cache: file
Database: sqlite
Logs: stack / single
Mail: smtp
Queue: sync
Session: file
Storage
public/storage: NOT LINKED
Statamic
Addons: 3
Sites: 1
Stache Watcher: Enabled (auto)
Static Caching: Disabled
Version: 6.0.0-alpha.21 PRO
Statamic Addons
duncanmcclean/statamic-cargo: 1.0.0-alpha.13
statamic/seo-pro: 7.0.0-beta.6
visuellverstehen/statamic-classify: dev-statamic-6-support
Cargo
Carts: file
Orders: file
Payment Gateways: StripeAdditional details
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working