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 -

Published by driesvints about 3 years ago

Changed

  • Allow promo codes on subscription updates (#1230)

Fixed

  • Fix asStripeCustomerBalanceTransaction (#1234)
cashier-stripe -

Published by driesvints about 3 years ago

Fixed

  • Fix issue with requires_action (#1226)
  • Fix async issue with webhooks (#1227)
cashier-stripe -

Published by driesvints over 3 years ago

Changed

  • Implement server side Checkout redirect (#1218)
cashier-stripe -

Published by driesvints over 3 years ago

Added

  • Implement customer balances (#1216)
cashier-stripe -

Published by driesvints over 3 years ago

Added

  • Add invoicePrice and tabPrice methods (#1213)
cashier-stripe -

Published by driesvints over 3 years ago

Fixed

  • Fix collecting tax ids (#1209)
cashier-stripe -

Published by driesvints over 3 years ago

Added

  • Implement new calculateTaxes call (#1198)
  • Implement webhook command (#1202, 1d9cce8)

Changed

  • Prevent tax calculation for one-off charges (#1206)

Fixed

  • Use correct method visibility (#1200)
cashier-stripe - v12.15.0

Published by driesvints over 3 years ago

Added

  • Implement webhook command (#1202)
cashier-stripe -

Published by driesvints over 3 years ago

Added

  • Implement support for Stripe Tax (#1190)
  • Collect Tax IDs in Checkout (#1191)

Fixed

  • Fix adding metered plan to subscription (#1189)
cashier-stripe -

Published by driesvints over 3 years ago

Added

  • Support more payment method types (#1074)
  • Cashier Stripe Factories (#1096)
  • Multiple discounts on receipts (#1147)
  • Preview upcoming invoice (#1146)
  • Add new metered price methods (#1177)
  • Allow customers to be synced with Stripe (#1178, #1183)
  • Add stripe_product column to subscriptions_items table (#1185)

Changed

  • Rename plans to prices (#1166)
  • Stripe SDK refactor (#1169)
  • Update stripe api version (#1001)
  • Make plans optional for newSubscription (#1066)
  • Drop PHP 7.2 support (#1065)
  • Drop Laravel 6 & 7 support (#1064)
  • Refactor payment exceptions (#1095)
  • Refactor model config option (#1100)
  • Billing portal arguments (#1104)
  • Refactor receipts with more data from Stripe (#1136)
  • Add array types (#1152)
  • Throw payment exception for quantity methods (#1155)
  • Throw payment exceptions on item swap (#1157)
  • Payment page updates (#1120)

Fixed

  • Fix trialEndsAt more closely represents onTrial (#1129)

Removed

  • Remove legacy sources support (#1077)
cashier-stripe -

Published by driesvints over 3 years ago

Fixed

  • Fix broken unit_amount with tab (9246063)
cashier-stripe -

Published by driesvints over 3 years ago

Added

  • Support prorations while extending trials (#1151)
  • Add extra methods to invoice object (#1167)

Fixed

  • Add extra 10 seconds of trial time for checkout session (#1160)
  • Fix adding invoice item with quantities (#1161)
  • Fix coupons with Stripe Checkout sessions (#1165)
  • Fix checkout owner (7bbfe23)
cashier-stripe -

Published by driesvints over 3 years ago

Fixed

  • Fix discount calculation (#1144)
cashier-stripe -

Published by driesvints over 3 years ago

Added

  • Add methods for managing TaxIDs (#1137)

Fixed

  • Fix receipt comments (#1131)
cashier-stripe -

Published by driesvints over 3 years ago

Added

  • Implement object serialization (#1116)

Changed

  • Replace symfony/intl dependency (#1114)
  • Extract creating subscription to a separate method (#1124)

Fixed

  • Fix latest_invoice retrieval (#1115)
  • Fix coupon label on receipts (#1118)
cashier-stripe -

Published by driesvints over 3 years ago

Added

  • Implement cancelAt method (#1106)
cashier-stripe -

Published by driesvints over 3 years ago

Added

  • Added new payment status helper methods (#1068)
  • Add capture method (#1099)

Changed

  • Update description on receipt (#1098)
  • Update payment page (#1094)
cashier-stripe -

Published by driesvints over 3 years ago

Changed

  • Use DejaVu Sans for receipts (#1083)

Fixed

cashier-stripe -

Published by driesvints over 3 years ago

Fixed

  • Fix missing method on WebhookController (#1080)
  • Allow relative urls for redirect (#1082)
cashier-stripe -

Published by driesvints over 3 years ago

Changed

  • Allow model swapping (#1067)

Fixed

  • Fix styles overwriting checkout button when class is set (#1070)