@shopware-ag/app-server-sdk
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -50,3 +50,3 @@ /** | ||
constructor(); | ||
createShop(id: string, secret: string, url: string): Promise<void>; | ||
createShop(id: string, url: string, secret: string): Promise<void>; | ||
getShopById(id: string): Promise<SimpleShop | null>; | ||
@@ -53,0 +53,0 @@ updateShop(shop: SimpleShop): Promise<void>; |
@@ -56,3 +56,3 @@ "use strict"; | ||
} | ||
async createShop(id, secret, url) { | ||
async createShop(id, url, secret) { | ||
this.storage.set(id, new SimpleShop(id, url, secret)); | ||
@@ -59,0 +59,0 @@ } |
@@ -50,3 +50,3 @@ /** | ||
constructor(); | ||
createShop(id: string, secret: string, url: string): Promise<void>; | ||
createShop(id: string, url: string, secret: string): Promise<void>; | ||
getShopById(id: string): Promise<SimpleShop | null>; | ||
@@ -53,0 +53,0 @@ updateShop(shop: SimpleShop): Promise<void>; |
@@ -52,3 +52,3 @@ /** | ||
} | ||
async createShop(id, secret, url) { | ||
async createShop(id, url, secret) { | ||
this.storage.set(id, new SimpleShop(id, url, secret)); | ||
@@ -55,0 +55,0 @@ } |
{ | ||
"name": "@shopware-ag/app-server-sdk", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "App Server SDK for JavaScript", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package