cashier-paddle

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

MIT License

Downloads
394.2K
Stars
230
Committers
38

Bot releases are hidden (Show)

cashier-paddle -

Published by driesvints over 3 years ago

Fixed

  • Trim whitespace for pay link values (#121)
cashier-paddle -

Published by driesvints over 3 years ago

Fixed

  • Fix maxlength characters for charge title (#112)
cashier-paddle -

Published by driesvints over 3 years ago

Changed

  • Allow custom models (#106)
cashier-paddle -

Published by driesvints over 3 years ago

Fixed

  • Fix payment method calls (#105)
cashier-paddle -

Published by driesvints almost 4 years ago

Fixed

  • Fix bug with cancelNow (#99)
  • Fix cancelling paused subscriptions (#101, #102)
cashier-paddle -

Published by driesvints almost 4 years ago

Added

  • Subscription Modifiers (#95)
cashier-paddle -

Published by driesvints almost 4 years ago

Added

  • PHP 8 Support (#91)
cashier-paddle -

Published by driesvints almost 4 years ago

Fixed

  • Fix trial ends at (#87)
  • Ignore manual paylinks (#89)
cashier-paddle -

Published by driesvints about 4 years ago

Fixed

  • Missing use statement for SubscriptionPaymentFailed (#81)
  • Fix n+1 problem with subscription retrieval (#83)
cashier-paddle -

Published by driesvints about 4 years ago

Changed

  • Allow customer values in payload override (#78)
cashier-paddle - v1.2.0

Published by driesvints about 4 years ago

Added

  • Event Improvements (#72)
cashier-paddle - v1.1.0

Published by driesvints about 4 years ago

Added

  • Added function to see when the trial is ending (#69)
  • Update webhook events to be more expressive (#67)
cashier-paddle - v1.0.0

Published by driesvints about 4 years ago

Added

  • Add paymentMethod method (6f78dfe)
  • Laravel 8 support (#62)

Changed

  • Refactor exception throwing for updates (#54)

Fixed

  • Fix webhook controller quantities (#44)
  • Fix receipt relation with subscription (#49)
cashier-paddle - v1.0.0-beta.2

Published by driesvints about 4 years ago

Changed

  • Use primary key as customer ID (#3)
  • Update minimum Laravel version (5a0531e)
  • Refactor to Customer model (#18, f59334b)
  • Implement new prices (#24)
  • Use endpoint for card info (#25, 3b57ced, 442d4ca)
  • Allow to create empty customer (#26)
  • Refactor to polymorphic subscriptions (#29)
  • Remove paddle_id and paddle_email columns (#38)
  • Refactor transactions to receipts (#40)

Fixed

  • Prevent swapping during trial (#19)
  • Reset pause state after unpausing (7d80186)
  • Handle Paddle not charging immediately when trial_days=0 (#35)
  • Prevent updating quantities during trial (fcc8b35)
  • Prevent cancelling during grace period (5016fea)
cashier-paddle - v1.0.0-beta

Published by driesvints over 4 years ago

Initial release.