franckverrot / terraform-provider-stripe

A Terraform Provider for Stripe
https://registry.terraform.io/providers/franckverrot/stripe/latest
Mozilla Public License 2.0
242 stars 51 forks source link

Add unit_amount_decimal to prices #34

Closed jchorl closed 4 years ago

jchorl commented 4 years ago

It's an alternative option for unit_amount: https://stripe.com/docs/api/prices/create

Tested locally and it works. Also updated the README to include prices.

Note: I don't need a new release for this, I'm building from source anyway :)

franckverrot commented 4 years ago

LGTM. I'll release when I'll got time to test it more, but thanks again for contributing!

jchorl commented 4 years ago

Yeah no rush on the release. Thanks for the accept :)