Skip to content
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

is_paytm_activated shouldn't be a read only attribute #6356

Closed
mrsaicharan1 opened this issue Aug 13, 2019 · 0 comments · Fixed by #6357
Closed

is_paytm_activated shouldn't be a read only attribute #6356

mrsaicharan1 opened this issue Aug 13, 2019 · 0 comments · Fixed by #6357
Assignees

Comments

@mrsaicharan1
Copy link
Member

mrsaicharan1 commented Aug 13, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant