Created
December 1, 2009 21:41
-
-
Save coderberry/246681 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <response> | |
| <status>REJECTED</status> | |
| <error>One or more order items are invalid</error> | |
| </response> | |
| or | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <response> | |
| <status>REJECTED</status> | |
| <errors> | |
| <error>Reason 1</error> | |
| <error>Reason 2</error> | |
| <error>Reason 3</error> | |
| </errors> | |
| </response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment