Browse Source

修正ebaytoken辨識錯誤問題

ANX 6 years ago
parent
commit
3d9b8349ef
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lib/ebaytr.rb
  2. 1 1
      lib/ebaytr/version.rb

+ 1 - 1
lib/ebaytr.rb

@@ -45,7 +45,7 @@ module Ebaytr
     
     token_hash = {
       RequesterCredentials: {
-        eBayAuthToken: @@token
+        "eBayAuthToken" => @@token
       }
     }
 

+ 1 - 1
lib/ebaytr/version.rb

@@ -1,3 +1,3 @@
 module Ebaytr
-  VERSION = "1.3.1"
+  VERSION = "1.3.2"
 end