PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Wave connect to Paddle products failed

excelbrother21

Feb 2nd, 2024 08:48 PM

Hello, I am trying to connect Wave to Paddle products. In the Paddle menu, I didn't find the subscription plan under catalog. I only found Products with recurring options. (I think it is the same thing as subscription plan.)

screen paddle.png

So I created one products with recurring options. The products has an ID like pro_01hnph4qfk1p3kpgy0dphrkr9v. I tried to put this ID into Wave Plan ID.

wave plan id.png

However, after finished setting and click into the plan, it display "Something went wrong".

plan error.png

What should I do to make it work? Many thanks!

excelbrother21

Feb 3rd, 2024 04:26 PM

Below is the log I found in laravel.log:

[2024-02-03 21:42:24] local.ERROR: Method Wave\Http\Controllers\SubscriptionController::test does not exist. {"exception":"[object] (BadMethodCallException(code: 0): Method Wave\Http\Controllers\SubscriptionController::test does not exist. at /var/www/test.org/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:68)

bobbyiliev

Feb 4th, 2024 08:01 AM

Hey!

It looks like that you have the new Paddle Billing system, we are in the process of switching wave to that.

For the time being, what you could do is reach out to the Paddle support team and ask them to switch your account to Paddle Classic, that way you will be able to use Wave as it is.

I've started working on the new version already:

https://github.com/thedevdojo/wave/pull/100

But I'll probably switch to using Laravel Cashier which was just recently upgraded to support the new Paddle Billing API as well.

I will keep you posted!

Best,

Bobby

edmundo

Feb 27th, 2024 06:10 AM

Hi Bobby!

I made some changes and had to pull some of your changes here https://github.com/thedevdojo/wave/pull/100 and merge it for now on our current code. Is there any updates on that on when its going to be merge on the main?

Thank you.

bobbyiliev

Mar 25th, 2024 03:33 PM

Hi all!

I've made some progress with the refactor for the new Paddle billing API:

https://github.com/thedevdojo/wave/pull/100

This still needs refinement, but if anyone wants to give it a try and share any feedback that will be very helpful!