packages feed

stripe-haskell 0.1.0.3 → 0.1.0.4

raw patch · 2 files changed

+1/−11 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Web/Stripe/Recipient.hs view
@@ -384,13 +384,6 @@  ------------------------------------------------------------------------------ -- | Update a 'Recipient' 'BankAccount'------ > runStripe config $ updateRecipient (RecipientId "rp_4lpjaLFB5ecSks") BankAccount {--- >     bankAccountCountry = Country "us"--- >   , bankAccountRoutingNumber = RoutingNumber "071000013"--- >   , bankAccountNumber = AccountNumber "293058719045"--- >  }--- updateRecipientBankAccount     :: RecipientId   -- ^ The `RecipientId` of the `Recipient` to be updated     -> Country       -- ^ `Country` of BankAccount to attach to `Recipient`@@ -439,9 +432,6 @@  ------------------------------------------------------------------------------ -- | Update default `Card` of `Recipient`------ > runStripe config $ updateRecipientDefaultCard (RecipientId "rp_4lpjaLFB5ecSks") (CardId "card_4jQs35jE5wFOor")--- updateRecipientDefaultCard     :: RecipientId   -- ^ The `RecipientId` of the `Recipient` to be updated     -> CardId        -- ^ `CardId` of `Card` to be made default
stripe-haskell.cabal view
@@ -1,5 +1,5 @@ name:                stripe-haskell-version:             0.1.0.3+version:             0.1.0.4 synopsis:            Stripe API for Haskell license:             MIT license-file:        LICENSE