Skip to content

Conversation

@woodjme
Copy link
Contributor

@woodjme woodjme commented Aug 4, 2024

Update Import Statement for Laravel Cashier Paddle

Description

The current documentation for Laravel Cashier Paddle suggests importing classes using use Laravel\Cashier\Model.

For example:

use Laravel\Cashier\Transaction;

However, this results in an error as the correct namespace for the Transaction class is Laravel\Paddle\Transaction.

@taylorotwell taylorotwell merged commit 696cad1 into laravel:11.x Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants