Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stripe Issuing #493

Merged
merged 5 commits into from
May 28, 2019
Merged

Commits on May 9, 2019

  1. Add support for Stripe.Issuing

    - Issuing.Authorization
    - Issuing.Card
    - Issuing.CardDetails
    - Issuing.Cardholder
    - Issuing.Dispute
    - Issuing.Transaction
    Jason Cartwright authored and Jason Cartwright committed May 9, 2019
    Configuration menu
    Copy the full SHA
    c4a9764 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Move Issuing types inline or into separate module

    Jason Cartwright authored and Jason Cartwright committed May 14, 2019
    Configuration menu
    Copy the full SHA
    7c58090 View commit details
    Browse the repository at this point in the history
  2. Move billing type to Issuing types

    Jason Cartwright authored and Jason Cartwright committed May 14, 2019
    Configuration menu
    Copy the full SHA
    f03df46 View commit details
    Browse the repository at this point in the history
  3. Mix formatted

    Jason Cartwright authored and Jason Cartwright committed May 14, 2019
    Configuration menu
    Copy the full SHA
    c9211bf View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Add required params

    - add required params on Card.create, Cardholder.create, and Dispute.create functions
    - add atom enums to typespecs and params
    Jason Cartwright authored and Jason Cartwright committed May 24, 2019
    Configuration menu
    Copy the full SHA
    9e64940 View commit details
    Browse the repository at this point in the history