File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
const BASE_API_URL = '{{ .Site.Params.baseApiUrl }}' ;
4
4
const PADDLE_ENABLE_SANDBOX = { { . Site . Params . paddleEnableSandbox } } ;
5
- const PADDLE_TOKEN = { { . Site . Params . paddleToken } } ;
5
+ const PADDLE_TOKEN = ' {{ .Site.Params.paddleToken }}' ;
6
6
const PADDLE_VENDOR_ID = { { . Site . Params . paddleVendorId } } ;
7
7
const PADDLE_DESKTOP_PRICE_IDS = { { . Site . Params . paddleDesktopPriceIds | jsonify } } ;
8
- const PADDLE_ANDROID_PRICE_ID = { { . Site . Params . paddleAndroidPriceId } } ;
8
+ const PADDLE_ANDROID_PRICE_ID = ' {{ .Site.Params.paddleAndroidPriceId }}' ;
9
9
const PADDLE_HUB_SELF_HOSTED_SUBSCRIPTION_PLAN_ID = { { . Site . Params . paddleHubSelfHostedSubscriptionPlanId } } ;
10
10
const PADDLE_HUB_MANAGED_SUBSCRIPTION_PLAN_ID = { { . Site . Params . paddleHubManagedSubscriptionPlanId } } ;
11
11
const PADDLE_PRICES_URL = '{{ .Site.Params.paddlePricesUrl }}' ;
You can’t perform that action at this time.
0 commit comments