Describe the bug
I placed an order with paymen type AUTHORIZE.
I tried to capture the payment in the admin but got the error:
(USD) (1 USD = 1 USD)"},{"label":"Gateway Response","type":"response","value":"{\"messages\":{\"resultCode\":\"Error\",\"message\":{\"code\":\"E00003\",\"text\":\"The element 'transactionRequest' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'payment' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. List of possible elements expected: 'userFields, surcharge, merchantDescriptor, subMerchant, tip, processingOptions, subsequentAuthInformation, otherTax, shipFrom' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.\"}}}"}]'> |
-- | --
This does not seem to happen with other gateways.
To Reproduce
Steps to reproduce the behavior:
Place order on site with AUTHORIZE
Go to admin
Capture payment.
This is on the latest Craft 3.0.11 and commerce-authorize 1.0.10 versions
Describe the bug I placed an order with paymen type
AUTHORIZE
.I tried to capture the payment in the admin but got the error:
This does not seem to happen with other gateways.
To Reproduce Steps to reproduce the behavior:
AUTHORIZE
This is on the latest Craft 3.0.11 and commerce-authorize 1.0.10 versions
Thanks.