library(shiny)
library(DT)
library(magrittr)
library(polished)
library(polishedpayments)
library(waiter)
app_config <- config::get()
polished_payments_config(
stripe_secret_key = app_config$stripe$keys$secret,
stripe_public_key = app_config$stripe$keys$public,
stripe_prices = app_config$stripe$prices,
trial_period_days = 30,
free_roles = "free_user"
)
global_sessions_config(
api_key = app_config$api_key,
app_name = "polished_payments_min",
is_invite_required = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.