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
Without this change it's not possible to programmatically find these input elements by Javascript integration-independently because fields like "order" will have other actual names as set by particular service mappings.
With this patch "order" input for example for Paysbuy integration will be:
Issue by divineforest
Friday Oct 11, 2013 at 09:30 GMT
Originally opened as https://github.com/Shopify/active_merchant/pull/878
Without this change it's not possible to programmatically find these input elements by Javascript integration-independently because fields like "order" will have other actual names as set by particular service mappings.
With this patch "order" input for example for Paysbuy integration will be:
So I can query it with
without having to know particular input name.
More info on "role" html attribute http://www.w3.org/TR/role-attribute/
divineforest included the following code: https://github.com/Shopify/active_merchant/pull/878/commits
The text was updated successfully, but these errors were encountered: