stripity-stripe icon indicating copy to clipboard operation
stripity-stripe copied to clipboard

Add field livemode for Stripe.EphemeralKey.create

Open tienthanh2509 opened this issue 3 years ago • 1 comments

Currently the function Stripe.EphemeralKey.create missing field livemode It's should include and return in the result object

curl https://api.stripe.com/v1/ephemeral_keys   -u ****:   -d "customer"="cus_***"   -s
{
  "id": "ephkey_1J7epzDowURPvaIZSqAs0UVe",
  "object": "ephemeral_key",
  "associated_objects": [
    {
      "type": "customer",
      "id": "cus_Jl8qHTBJJZLCmF"
    }
  ],
  "created": 1624965043,
  "expires": 1624968643,
  "livemode": false,
  "secret": "****"
}

tienthanh2509 avatar Jun 29 '21 11:06 tienthanh2509

@tienthanh2509 👋 Mind bringing in the master branch and then we can get this merged?

snewcomer avatar Aug 16 '21 12:08 snewcomer

This pull request has been automatically marked as "stale:discard". If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated!.

github-actions[bot] avatar Nov 17 '23 02:11 github-actions[bot]