OWASP-BLT / BLT

OWASP BLT is a bug logging tool to report issues and get points, companies are held accountable.
https://blt.owasp.org
GNU Affero General Public License v3.0
122 stars 123 forks source link

Implement the payment gateway in Flutter for subscriptions. #2336

Open DonnieBLT opened 3 weeks ago

Uttkarsh-raj commented 1 day ago

I did integrate the payment gateway, but for it to authenticate the transactions for OWASP we would require the stripe secret key of the account which is not possible. So instead of that we would have to link the different tiers to the donation page options provided in the OWASP donation page and try to map these using js injection or just try to change the selected value from the app itself. After doing my research it was possible and was integrated in this pr https://github.com/OWASP-BLT/BLT-Flutter/pull/413 which i think solves this issue.