stripity-stripe
stripity-stripe copied to clipboard
Add field livemode for Stripe.EphemeralKey.create
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 👋 Mind bringing in the master branch and then we can get this merged?
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!.