set_paddle_mode | R Documentation |
Set Paddle Mode This function sets the mode for Paddle API requests, either "sandbox" or "live".
set_paddle_mode(mode = c("live", "sandbox"))
mode |
A character string indicating the mode to set. Options are "sandbox" or "live". Defaults to "live". |
The base URL for Paddle API requests based on the selected mode.
set_paddle_mode("sandbox")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.