Some checks failed
CI / Lint, Unit & Integration Tests (push) Has been cancelled
Multi-pin pickup selection (study §3.4) — previously a standalone unused endpoint + TODO comments: - app/services/pickup-locations.server.ts: pure filterPickupLocationIds + I/O resolvePickupLocations (active + has a PICKUP slot template + ProductRule allowedLocationIds + inventory exclusion). - resolveAvailabilityRequest returns pickupLocations[] on method=PICKUP and defaults the active location to the first eligible pickup point. - apps.scheduling.locations.tsx refactored onto the shared resolver (was a second copy of the logic). - Storefront widget: pickup-location chooser (name + address, optional multi-pin Google map) when >1 eligible point and none block-configured; picking one re-requests availability for that location. New styles + widget.choose_pickup_location locale (en + fr). - Checkout extension Checkout.jsx: same chooser before the date list. - tests/unit/pickup-locations.test.ts (5 cases); suite 161 green. checkout-datetime follow-up fixes from the 808a3b7 review: - typescript devDep ^7.0.2 -> ^5.6.3 (there is no typescript@7 on npm). - Deleted dead shopify.d.ts (Preact-global shim, unused after the React rewrite) and dropped it from tsconfig include. Also stages the CLI-written `uid` lines in the checkout-datetime and payment-customization extension tomls. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
23 lines
503 B
TOML
23 lines
503 B
TOML
api_version = "2026-07"
|
|
|
|
[[extensions]]
|
|
name = "t:name"
|
|
handle = "payment-customization"
|
|
|
|
uid = "4f8a281d-8599-ed4f-dd32-1297c2872b96939fbf00"
|
|
type = "function"
|
|
description = "t:description"
|
|
|
|
[[extensions.targeting]]
|
|
target = "cart.payment-methods.transform.run"
|
|
input_query = "src/cart_payment_methods_transform_run.graphql"
|
|
export = "cart-payment-methods-transform-run"
|
|
|
|
[extensions.build]
|
|
command = ""
|
|
path = "dist/function.wasm"
|
|
|
|
[extensions.ui.paths]
|
|
create = "/"
|
|
details = "/"
|