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
Is your feature request related to a problem or unsupported use case? Please describe.
We are currently saving CreditCard information for all orders as we are making planned payment. Unfortunately this approach does not comply with the GDPR. In order to comply with this law, we could remove CreditCard information as soon as an Order is completed and no more debit has to be made. In this way, we only keep in database required CreditCard information.
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
We are currently saving
CreditCard
information for all orders as we are making planned payment. Unfortunately this approach does not comply with the GDPR. In order to comply with this law, we could remove CreditCard information as soon as an Order is completed and no more debit has to be made. In this way, we only keep in database requiredCreditCard
information.The text was updated successfully, but these errors were encountered: