TheVilleOrg / phpbb-groupsub

This is a extension for phpBB3 that allows you to create paid subscriptions for members to gain access to usergroups.
https://www.phpbb.com/customise/db/extension/groupsub/
GNU General Public License v2.0
10 stars 11 forks source link

Add Subscribe button for automatic renewal #10

Closed stevotvr closed 5 years ago

stevotvr commented 5 years ago

Add an option for users to subscribe to automatically recurring payments instead of manual renewal.

stevotvr commented 5 years ago

I added basic support here: https://github.com/stevotvr/phpbb-groupsub/commit/9792edd376741bca8e66db919cf7412048b5dd24

I had to add API integration in order to be able to cancel subscriptions.