From 8637da63c08e0a991465dfb9bc6b551d1cf75143 Mon Sep 17 00:00:00 2001 From: Max Rice Date: Wed, 6 Nov 2013 01:49:51 -0500 Subject: [PATCH] Add REST API XML request/response handler stub --- includes/api/class-wc-api-xml-handler.php | 52 +++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 includes/api/class-wc-api-xml-handler.php diff --git a/includes/api/class-wc-api-xml-handler.php b/includes/api/class-wc-api-xml-handler.php new file mode 100644 index 00000000000..6847924065d --- /dev/null +++ b/includes/api/class-wc-api-xml-handler.php @@ -0,0 +1,52 @@ +