dmuratshin 9 years ago
parent
commit
8368c531ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/billing.cpp

+ 1 - 1
src/billing.cpp

@@ -51,7 +51,7 @@ namespace oxygine
             if (tp == "google")
                 return google;
             if (tp == "amazon")
-                return google;
+                return amazon;
             return unknown;
 #else