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

Update method to avoid clash with laravel cashier #2

Merged
merged 2 commits into from
Jul 9, 2024

Commits on May 12, 2024

  1. Update method to avoid clash with laravel cashier

    Currently both billable and payable implement the same pay method. This can break applications that can have users that will receive and pay on the platform in case of affiliate links for example
    
    This is a breaking change
    arthurnassar authored May 12, 2024
    Configuration menu
    Copy the full SHA
    f577756 View commit details
    Browse the repository at this point in the history
  2. update readme

    arthurnassar authored May 12, 2024
    Configuration menu
    Copy the full SHA
    91c3731 View commit details
    Browse the repository at this point in the history