Details
Description
The Stripe gateway only returns error and approved statuses for cards that are processed. It should also return declined statuses where appropriate.
Looking at the API: https://stripe.com/docs/api#errors
The documentation shows a "card_declined" error code, which should be used to mark the payment as declined in Blesta.
This would affect StripeGateway::processStoredCard and StripeGateway::processCc