Actions
Feature proposal #8889
closedStripe: add dedicated getTxtUsingAccount for Stripe payments
Description
Currently this falls back to default and displays "using a stripe" this should change to "using Stripe".
Actions
Added by krileon about 3 years ago. Updated almost 3 years ago.
Description
Currently this falls back to default and displays "using a stripe" this should change to "using Stripe".
No need to replace default handling, but just add a "stripe" case to getTxtUsingAccount to cover "using Stripe" so dedicated card payments can still output their appropriate text.
Implemented in MR !256