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
Describe the bug
Alipay, Omise, and PayPal have a property to enable them(e.g. is_paypal_activated). They were hybrid properties(condition was like if client_key and secret_key then true), so they had a dump_only=True. We need to remove this as we've moved away from such a practice. The reason for this is because we need the keys to be stored, whether the property is enabled/disabled
Additional context
Working on this.
The text was updated successfully, but these errors were encountered:
Describe the bug
Alipay, Omise, and PayPal have a property to enable them(e.g.
is_paypal_activated
). They were hybrid properties(condition was likeif client_key and secret_key then true
), so they had a dump_only=True. We need to remove this as we've moved away from such a practice. The reason for this is because we need the keys to be stored, whether the property is enabled/disabledAdditional context
Working on this.
The text was updated successfully, but these errors were encountered: