Search the Community
Showing results for tags 'token'.
-
If we use use Stripe, I understand Blesta stores the card as a token, it can then charge the customer's card when due. If the customer's card expires or is stolen there is a service called account updater offered by many merchant services including Stripe https://stripe.com/blog/smarter-saved-cards If we are using Stripe with Blesta, and the customer's card gets updated, does the use of token storage take advantage of Stripe's account updater technology?
-
Hi! I'm having trouble with the client login page. For some reason, no matter what I input in the client page, it only returns "The form token is invalid.". The admin page is working fine tho. Things I've tried Reinstalled 3.6.2 and 3.6.1 Configure::errorReporting(-1); - No idea where to see the logs Configure::set("System.debug", true); - No idea where to see the logs Configure::set("Blesta.verify_csrf_token", false); - Works, but I rather have CSRF enabled Current settings are cPanel using Softaculous to install Blesta. Has anyone encountered this error? Or can anyone kindly tell me how can I find out what's causing this?