stripe.cr v0.2 Release Notes

Release Date: 2020-03-31 // about 4 years ago
    • โž• Added some core entities
    • ๐Ÿ›  Fixed bug in Charges
    • โœ‚ Removed validations macro
    • โž• Added support for sending post params with array and array with Hashes/NamedTuples
    • โž• Added expand only on create_subscription method

    โž• Added api calls

    • payment/setup intent create
    • payment/setup intent retrieve
    • payment/setup intent confirm
    • create product
    • create plan

    โž• Added Entities

    • Payment Intent
    • Setup Intent
    • Plan
    • Product