-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrading package to M4 #11
base: 4.0
Are you sure you want to change the base?
Conversation
…ing into upgrade/masonite4
@josephmancuso |
Hmm i added github secrets and added env to .github file but still getting the environment errors |
I partially fixed the tests but now there are some stripe requests errors. There is no such plan I solved two issues :
Hope you're okay with this 😉 |
Sounds great I'll check which stripe test I have added for it. Maybe I didn't set up that plan for the test environment lol. |
Did you have time to check this ? I made a test stripe account and I got some tests working when using the correct plans 😉 |
@girardinsamuel fixed the issue with plan not existing but tests are still failing |
@josephmancuso From the tests logs some objects are still missing from the Stripe test account you set up:
|
Ok just added those |
Getting this error in the tests. Could be a Masonite ORM issue:
|
@girardinsamuel Added a missing trial to the masonite-test plan and now many more are failing with an unsupported binding type .. Maybe we have to convert to a string? or we have to do something in Masonite ORM |
Yep looks like a Masonite ORM issue ! On first test
The so called parameter 4 (if indexed from 0) here is a pendulum object. So with SQLite, does this binding is supported ? The subscription migrations is using .timestamp() to create this field. |
@josephmancuso Only errors left are "real" errors I guess related to how stripe plans/coupons are configured ? |
No description provided.