CluPilotCloud/app/Services/Stripe
nexxo fcea7ff3a8 Let the catalogue ask Stripe what products it already has
The price half of this question was answered; the product half was left open and
named as a known gap. It is the more consequential one: a second product makes
every activePricesFor() ask about the wrong one, so price recognition goes blind
for that whole family and every orphan on the first product is unreachable.

The whole active list comes back with no metadata filter, because Stripe cannot
search metadata and an account holds a handful of products. Deciding which are
ours belongs to the next commit.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-30 17:25:38 +02:00
..
FakeStripeClient.php Let the catalogue ask Stripe what products it already has 2026-07-30 17:25:38 +02:00
HttpStripeClient.php Let the catalogue ask Stripe what products it already has 2026-07-30 17:25:38 +02:00
IdempotencyKey.php Put the price recognition back, all 3526 lines of it 2026-07-30 16:35:55 +02:00
StripeCheck.php Manage the Stripe key from the console, behind a password and a test 2026-07-27 09:01:16 +02:00
StripeClient.php Let the catalogue ask Stripe what products it already has 2026-07-30 17:25:38 +02:00