#Chris-pulse-stripe-mock-wipe
1 messages ยท Page 1 of 1 (latest)
โ ~ stripe-mock
stripe-mock master
Routing to 265 path(s) and 424 endpoint(s) with 424 validator(s)
Listening for HTTP at address: [::]:12111
Listening for HTTPS at address: [::]:12112
Request: GET /v1/payment_intents/search
Request data = map[query:metadata["invoice_future"]:"5"]
Response: elapsed=727.677ยตs status=200
Give me a moment to catch up here ๐
stripe-mock seems to be "retaining" old data
this is me starting stripe-mock, and then querying, and it finding data
this is because I previously stored data in stripe-mock, but it was bad data, so I need to "wipe" stripe-mock
hmm not seeing a straight forward way to get this done
let me ask a colleague
Can you provide more information on how you were storing the data in stripe-mock?
We'd like to see if we can reproduce this
that's complicated to answer, but the real question is: if I start stripe-mock, why does querying for metadata return results?
$results = $stripe->charges->search(['query' => 'metadata["invoice_future"]:' . $invoiceFuture->id. '"'], config('account.stripe_options'));
dd($results->data[0]);
- bash run
stripe-mock - run a search query for metadata
- results found
how are results found on freshly started stripe-mock?
I'm not sure
@glass osprey This may need more time to debug. can you write in to our support with as many as details that you can provide?
https://support.stripe.com/contact/email
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
NP! Appreciate your patience ๐