-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store less data in post meta #217
Comments
Should we also remove some meta?
I assume we'll keep gateway and extension specific meta in post meta? Or introduce Note: if we remove meta, some data might not end up in privacy data export, even though it is stored in the JSON. Should add some kind of export based on the payment/subscription object, as is the case with anonymisation. |
Yes, just a simple {
"id":1,
"status":"Open",
"meta": {
"entrance_code": "",
"adyen_details_result": "",
"adyen_payment_response": "",
"adyen_sdk_version": "",
"woocommerce_payment_method": "",
"woocommerce_payment_method_title": "",
"omnikassa_2_merchant_order_id": "",
"mollie_customer_id": "",
"mollie_change_payment_state_url": ""
} |
I noticed we already have a |
Fixed in: |
@rvdsteege made a overview of meta usage:
https://docs.google.com/spreadsheets/d/1CJHnHcr9s8lkh4Fq9HQmlAThCK69eXiTC3UktyeQKYw/edit?usp=sharing
Pronamic Pay meta
Payments
_pronamic_payment_action_url
_pronamic_payment_address
_pronamic_payment_adyen_details_result
_pronamic_payment_adyen_payment_response
_pronamic_payment_adyen_sdk_version
_pronamic_payment_amount
_pronamic_payment_city
_pronamic_payment_config_id
_pronamic_payment_consumer_account_number
_pronamic_payment_consumer_bic
_pronamic_payment_consumer_iban
_pronamic_payment_consumer_name
_pronamic_payment_country
_pronamic_payment_currency
_pronamic_payment_customer_name
_pronamic_payment_description
_pronamic_payment_email
_pronamic_payment_end_date
_pronamic_payment_entrance_code
_pronamic_payment_first_name
_pronamic_payment_issuer
_pronamic_payment_key
_pronamic_payment_language
_pronamic_payment_last_name
_pronamic_payment_locale
_pronamic_payment_method
_pronamic_payment_mollie_change_payment_state_url
_pronamic_payment_mollie_customer_id
_pronamic_payment_omnikassa_2_merchant_order_id
_pronamic_payment_order_id
_pronamic_payment_recurring
_pronamic_payment_recurring_type
_pronamic_payment_source
_pronamic_payment_source_id
_pronamic_payment_start_date
_pronamic_payment_status
_pronamic_payment_subscription_id
_pronamic_payment_telephone_number
_pronamic_payment_transaction_id
_pronamic_payment_user_agent
_pronamic_payment_user_ip
_pronamic_payment_version
_pronamic_payment_woocommerce_payment_method
_pronamic_payment_woocommerce_payment_method_title
_pronamic_payment_zip
Subscriptions
_pronamic_subscription_amount
_pronamic_subscription_config_id
_pronamic_subscription_currency
_pronamic_subscription_customer_name
_pronamic_subscription_description
_pronamic_subscription_email
_pronamic_subscription_end_date
_pronamic_subscription_expiry_date
_pronamic_subscription_key
_pronamic_subscription_mollie_customer_id
_pronamic_subscription_mollie_mandate_id
_pronamic_subscription_next_payment
_pronamic_subscription_next_payment_delivery_date
_pronamic_subscription_payment_method
_pronamic_subscription_source
_pronamic_subscription_source_id
_pronamic_subscription_start_date
_pronamic_subscription_status
#212 (comment)
The text was updated successfully, but these errors were encountered: