Phạm Tiến Thành
Phạm Tiến Thành
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":...
Minor stuff Trim trailing whitespace WebApp.Dockerfile - [x] I have built and tested the code locally and in a deployed app - [x] This is a change for all users...
Add flag --with-post-file By default, build-dir didn't execute `post-files` hook. In case the developer needs this hook. They can enable by the command line flag `--with-post-files` ``` distrobuilder \ build-dir...