Update bulk prepaid creation script
Better copy.
This commit is contained in:
parent
198536f592
commit
a9de6eaa55
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
// mongo <address>:<port>/<database> <script file> -u <username> -p <password>
|
// mongo <address>:<port>/<database> <script file> -u <username> -p <password>
|
||||||
|
|
||||||
var num = 10;
|
var num = 10;
|
||||||
var message = "Thanks for filling out the form. You can follow this link to enable your free teacher subscription. If you have any questions or comments, please let me know.";
|
var message = "Thanks for filling out the form. You can follow this link to enable your free subscription for teachers. If you have any questions or comments, please let me know.";
|
||||||
var urlPrefix = "https://codecombat.com/account/subscription?_ppc=";
|
var urlPrefix = "https://codecombat.com/account/subscription?_ppc=";
|
||||||
var creatorID = "52f94443fcb334581466a992";
|
var creatorID = "52f94443fcb334581466a992";
|
||||||
|
|
||||||
|
|
Reference in a new issue