From 6eed8b3e378a1c8aef436bb45cd7d788af751303 Mon Sep 17 00:00:00 2001 From: Fatih Cetinkaya Date: Wed, 26 Jun 2013 22:57:57 -0400 Subject: [PATCH] Fix: MWS_ORDERS to MWS_FEEDS --- lib/feeds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/feeds.js b/lib/feeds.js index 7c893e9..89f3763 100644 --- a/lib/feeds.js +++ b/lib/feeds.js @@ -108,7 +108,7 @@ __extends(_Class, _super); function _Class(init) { - _Class.__super__.constructor.call(this, MWS_ORDERS, 'GetServiceStatus', [], {}, null, init); + _Class.__super__.constructor.call(this, MWS_FEEDS, 'GetServiceStatus', [], {}, null, init); } return _Class;