cashier-stripe

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

MIT License

Downloads
16.2M
Stars
2.3K
Committers
184

Bot releases are visible (Hide)

cashier-stripe - v11.3.0

Published by driesvints over 4 years ago

Added

  • Add convenience methods to update stripe objects (#943)

Fixed

  • Send invoice when charging automatically (#942)
  • Remove unnecessary if statement on receipt (#946)
cashier-stripe - v11.2.4

Published by driesvints over 4 years ago

Fixed

  • Fix undefined redirect error (0fc4c6e)
cashier-stripe - v11.2.3

Published by driesvints over 4 years ago

Security

  • Protect against host mismatch (#930)
cashier-stripe - v11.2.2

Published by driesvints over 4 years ago

Fixed

  • Fix add and remove plan (#926)
  • Fix quantity prorating (#924)
  • Fix multiplan subscription swapping (#925)
cashier-stripe - v11.2.1

Published by driesvints over 4 years ago

Fixed

  • Fix quantity methods (#919)
cashier-stripe - v11.2.0

Published by driesvints over 4 years ago

Changed

  • Re-add tax percentage (#916)

Fixed

cashier-stripe - v11.1.0

Published by driesvints over 4 years ago

Added

  • Multiplan swapping (#915)
cashier-stripe - v11.0.0

Published by driesvints over 4 years ago

Added

  • Multiplan subscriptions (#900)
  • Tax Rates (#830)
  • Add new has payment method (#838)

Changed

  • Update stripe api version (#905)
  • Require PHP 7.2 (f0f8cd1)
  • Dropped Laravel 5.8 support (b6256a2)
  • Allow for subscription options (#868, #901)
  • Use proper invoice number (#878)
  • Loosen exception throwing (#882)
  • Rename some exceptions (#881)
  • Allow for custom filename with downloadInvoice method (#889)
  • Split Billable trait into multiple concerns (#898)
cashier-stripe - v9.3.6

Published by driesvints over 4 years ago

Fixed

  • Add X-Vapor-Base64-Encode header (#897)
cashier-stripe - v10.7.1

Published by driesvints over 4 years ago

Fixed

  • Send along status for payment page (#896)
cashier-stripe - v10.7.0

Published by driesvints over 4 years ago

Added

  • Add getters for owner instances to objects (#877)
  • Implement extending trials (#884)
  • Allow for custom email address attribute (#887)
  • Re-enable proration (#886)

Changed

  • Add @throws declaration to methods on Billable which can throw Payment exceptions (#872)
  • Update payment page with new JS method (#879)
cashier-stripe - v10.6.0

Published by driesvints over 4 years ago

Added

  • Add findBillable method (#869)

Fixed

  • Prevent createAsStripeCustomer when stripe_id is set (#871)
cashier-stripe - v10.5.3

Published by driesvints almost 5 years ago

Fixed

  • Fix findInvoiceOrFail behavior (#853)
cashier-stripe - v10.5.2

Published by driesvints almost 5 years ago

Changed

  • Assert customer exists before retrieving (#834)
  • Simplify refund method (#837)

Fixed

  • Fix typo in exception message (#846)
  • Fix overriding notification subject translation (59faaf3)
cashier-stripe - v10.5.1

Published by driesvints almost 5 years ago

Added

  • Symfony 5 support (#822)
cashier-stripe - v10.5.0

Published by driesvints almost 5 years ago

Added

  • Webhook events (#810)

Fixed

  • Add missing @throws tags (#813)
  • Properly return null for find methods (#817)
cashier-stripe - v10.4.0

Published by driesvints almost 5 years ago

Added

  • Add findPaymentMethod method (#801)
  • Allow to set past due as active (#802)
cashier-stripe - v10.3.0

Published by driesvints about 5 years ago

Added

Changed

  • Add language line for full name placeholder (#782)
  • Update Stripe SDK to v7 (#784)
  • Refactor handling of invalid webhook signatures (#791)
  • Remove config repository dependency from webhook middleware (#793)

Fixed

  • Remove extra sign off from ConfirmPayment notification (#779)
cashier-stripe - v10.2.1

Published by driesvints about 5 years ago

Fixed

  • Ensure SVG icons are visible even with a long success or error message (#772)
cashier-stripe - v10.2.0

Published by driesvints about 5 years ago

Added

  • Add ability to ignore cashier routes (#763)

Fixed

  • Only mount card element if payment has not succeeded or been cancelled (#765)
  • Set off_session parameter to true when creating a new subscription (#764)