PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • 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

Problems with paddle integration in Wave

magarrent

May 26th, 2021 06:39 AM

Anyone has problems with paddle integration and Wave?

I've already setup the vendor ID and api key

unknown.png

Report
1
bobbyiliev

May 26th, 2021 07:18 AM

Hi there,

If you have already specified the Paddle vendor Id and auth code in your .env file as follows:

PADDLE_VENDOR_ID=9999
PADDLE_VENDOR_AUTH_CODE=YOUR_REALLY_LONG_API_KEY_HERE
PADDLE_ENV=sandbox

You might have to clear your config cache in case that you've cached it already:

php artisan config:clear 

Let me know how it goes!

Report
1
magarrent

May 27th, 2021 09:54 AM

Hello! I will try it, for now I've created a sandbox account and with this it's working, so... When I change to production will see!

Thanks!!

bobbyiliev

May 28th, 2021 01:02 AM

Hi Marc,

Ok sounds good! Let me know how it goes!