From b55bc2849214b9ac9d66fbe1ebd91ab3c01795ac Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 22 Dec 2023 17:57:56 +0100 Subject: [PATCH 1/2] Paddle Billing notice spark v5 --- .vitepress/config.ts | 2 +- src/spark-paddle/configuration.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 5932009..e3a3f8a 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -71,7 +71,7 @@ export default defineConfigWithTheme({ link: 'https://spark.laravel.com/docs', current: true, }, - { text: 'v4.x', link: 'https://github.com/laravel/spark-next-docs/tree/4.x' }, + { text: 'v4.x', link: 'https://github.com/laravel/spark-next-docs/tree/4.x/src' }, { text: 'v3.x', link: 'https://github.com/laravel/spark-next-docs/tree/3.x' }, { text: 'v2.x', link: 'https://github.com/laravel/spark-next-docs/tree/2.x' }, { text: 'v1.x', link: 'https://github.com/laravel/spark-next-docs/tree/1.x' }, diff --git a/src/spark-paddle/configuration.md b/src/spark-paddle/configuration.md index faf40ad..363d389 100644 --- a/src/spark-paddle/configuration.md +++ b/src/spark-paddle/configuration.md @@ -6,6 +6,10 @@ In the following documentation, we will discuss how to configure a Laravel Spark installation when using the [Paddle](https://paddle.com) payment provider. All of Spark's configuration options are housed in your application's `config/spark.php` configuration file. +::: warning Paddle Billing +Spark Paddle v5 offers full support for Paddle Billing. If you are still on Paddle Classic please continue to use [Spark Paddle v4](https://github.com/laravel/spark-next-docs/tree/4.x/src). +::: + ## Paddle Configuration Of course, to use Paddle as a payment provider for your Laravel Spark application you must have an active [Paddle account](https://paddle.com). **While you are developing your application, you may use the [Paddle Sandbox](https://sandbox-vendors.paddle.com/)**. From d2f774f60968cda85c1de1963f6e0bcb82c917c8 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 22 Dec 2023 14:28:42 -0600 Subject: [PATCH 2/2] Update configuration.md --- src/spark-paddle/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/spark-paddle/configuration.md b/src/spark-paddle/configuration.md index 363d389..defcc20 100644 --- a/src/spark-paddle/configuration.md +++ b/src/spark-paddle/configuration.md @@ -7,7 +7,8 @@ In the following documentation, we will discuss how to configure a Laravel Spark installation when using the [Paddle](https://paddle.com) payment provider. All of Spark's configuration options are housed in your application's `config/spark.php` configuration file. ::: warning Paddle Billing -Spark Paddle v5 offers full support for Paddle Billing. If you are still on Paddle Classic please continue to use [Spark Paddle v4](https://github.com/laravel/spark-next-docs/tree/4.x/src). + +Spark Paddle 5.x supports Paddle Billing. If you are still using Paddle Classic you should continue to use [Spark Paddle 4.x](https://github.com/laravel/spark-next-docs/tree/4.x/src). ::: ## Paddle Configuration