The following warnings occurred: | ||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Stripe Subscriptions (Done) - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28) +--- Forum: Modifications and Hackery (https://userspice.com/forums/forumdisplay.php?fid=29) +--- Thread: Stripe Subscriptions (Done) (/showthread.php?tid=568) Pages:
1
2
|
Stripe Subscriptions (Done) - karsen - 10-13-2017 The SQL is included in the fork, just not in the installer. If you run the installer, drop all tables, and then run the SQL found HERE you should have the table changes needed. I did run into an issue with an autoloader not being found and there may be some other things to fix, but give the above SQL a try and see where it gets you. Stripe Subscriptions (Done) - Trioxin - 10-14-2017 Here's the SQL: https://hastebin.com/isapasemup.sql Edit this file first! This was quick and dirty. I left some indexes in the bottom that you won't want to run. Also, some of these inserts (Like users table) will probably conflict with an existing install. I included it so you could see an example of my data. I did that for each table that's important to subscriptions. Will update Github again soon. My subscription code does need some work. It works and will subscribe people but if a recurring payment fails, the Stipe hook script doesn't work for some reason. Probably some minor bug. Please post any fixes you might make. Stripe Subscriptions (Done) - radke - 11-09-2017 Awesome, thanks again guys |