You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some people might wish to be able to disable storing payment related data in database and to have everything processed "on the fly". Some of the other people might wish to disable just the indicated parts. Use of case of such feature might be for example a website which accepts anonymous donations (charity?).
Such feature might be controlled through few various scopes:
No db-payments -- I like this idea! I'd treat no-db cases not as configuration thing, though. I'd treat them as whole different business case than payments that leave something in the db (may it be only payment Stripe ID). This way we'd avoid if self.use_db ... else ... all over the place.
Some people might wish to be able to disable storing payment related data in database and to have everything processed "on the fly". Some of the other people might wish to disable just the indicated parts. Use of case of such feature might be for example a website which accepts anonymous donations (charity?).
Such feature might be controlled through few various scopes:
Just like in Python local scope would override the global (settings scope).
The text was updated successfully, but these errors were encountered: