#acffaria91

1 messages · Page 1 of 1 (latest)

supple meteorBOT
rich goblet
#

👋 happy to help

tawdry lantern
#

This is what I'm looking for, but unless I harcode the e-mail I can't figure out how to get the right syntax

    const customer = await stripe.customers.search({
        query: 'email:\'req.user.email\'', limit: 1
      });
rich goblet
#

I will be with you shortly

tawdry lantern
#

thanks

rich goblet
#

I think that should work as expected

  query: `email:'${req.user.email}'`, limit: 1
});```
tawdry lantern
#

Thanks!! It works