mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #10921 from overleaf/bg-fix-script-name
fix script name in comments of recurly_prices.js GitOrigin-RevId: 4a547018ba538af91abd28a5e72c7da7cdc28d45
This commit is contained in:
parent
f27e0f124b
commit
20cd6a6dc1
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
|||
// Usage:
|
||||
//
|
||||
// Save current plan and addon prices to file
|
||||
// $ node scripts/recurly/sync_plan_prices_to_recurly.js --download -o prices.json
|
||||
// $ node scripts/recurly/recurly_prices.js --download -o prices.json
|
||||
//
|
||||
// Upload new plan and addon prices (change --dry-run to --commit to make the change)
|
||||
// $ node scripts/recurly/sync_plan_prices_to_recurly.js --upload -f prices.json --dry-run
|
||||
// $ node scripts/recurly/recurly_prices.js --upload -f prices.json --dry-run
|
||||
//
|
||||
// File format is JSON of the plans returned by recurly, with an extra _addOns property for the
|
||||
// addOns associated with that plan.
|
||||
|
|
Loading…
Reference in a new issue