Actions
Feature proposal #7475
closedStripe: remove server side processing
Description
This just isn't necessary and significantly complicates Source creation. Completely remove sever side usage and require the more secure StripeJS behavior.
Updated by krileon over 5 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
4.3.1) - % Done changed from 0 to 100
Not really necessary as this accounts for an insignificant amount of code as the manual payment source creation still needs to be there for redirect based payment sources.
Updated by krileon over 5 years ago
- Status changed from Rejected to Assigned
- Target version set to 4.3.1
- % Done changed from 100 to 0
Needs another look as server side processing will significantly complicate payment intents implementation workflow.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !148
All payment method source creation is now done through the Stripe JS with the information never being submitted to CBSubs. CBSubs will now only every interact with tokens.
Actions