stripe / stripe-mock

stripe-mock is a mock HTTP server that responds like the real Stripe API. It can be used instead of Stripe's testmode to make test suites integrating with Stripe faster and less brittle.
MIT License
1.37k stars 109 forks source link

Missing secret on customer ephemeral key #422

Open JamesHemery opened 1 year ago

JamesHemery commented 1 year ago

Current fixture :

    "ephemeral_key": {
      "created": 1234567890,
      "expires": 1234567890,
      "id": "ephkey_1N6Eh1ArWMVfByDX9Sxa4XVW",
      "livemode": false,
      "object": "ephemeral_key"
    },
pakrym-stripe commented 1 year ago

Hi, @JamesHemery, we are going to look into this.

richardm-stripe commented 1 year ago

We still hope to do this. Unfortunately these fixtures files originate from an internal system that can be hard to change and we haven't carved out the time yet.