Skip to content

Commit

Permalink
update paddle sandbox example
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 3, 2022
1 parent d864818 commit 1dc41d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cashier-paddle.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ First, install the Cashier package for Paddle using the Composer package manager

During local and staging development, you should [register a Paddle Sandbox account](https://developer.paddle.com/getting-started/sandbox). This account will give you a sandboxed environment to test and develop your applications without making actual payments. You may use Paddle's [test card numbers](https://developer.paddle.com/getting-started/sandbox#test-cards) to simulate various payment scenarios.

When using the Paddle Sandbox environment, you should set the `PADDLE_SANDBOX` environment variable to `true` within your application's `.env` file:

PADDLE_SANDBOX=true

After you have finished developing your application you may [apply for a Paddle vendor account](https://paddle.com).

<a name="database-migrations"></a>
Expand Down

0 comments on commit 1dc41d1

Please sign in to comment.