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
When adding arguments to a payment method handler (for a custom payment plugin), giving the arg json-editor-form-input breaks the UI a bit. See screenshot. The value is saved correctly, the admin UI is just not displaying it correctly.
To Reproduce
Steps to reproduce the behavior:
Create a new payment handler with a string arg that uses the json input component
The prior solution in 84764b1
is potentially too far-reaching a change. This is a more
localized approach which is less likely to have
unwanted side-effects.
Describe the bug
When adding arguments to a payment method handler (for a custom payment plugin), giving the arg
json-editor-form-input
breaks the UI a bit. See screenshot. The value is saved correctly, the admin UI is just not displaying it correctly.To Reproduce
Steps to reproduce the behavior:
[object Object]
and says it's invalidExpected behavior
The JSON to be displayed properly in the UI.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: