@salla.sa/applepay
Advanced tools
+2
-2
| { | ||
| "name": "@salla.sa/applepay", | ||
| "version": "2.14.358", | ||
| "version": "2.14.359", | ||
| "description": "Salla Apple Pay light", | ||
@@ -29,3 +29,3 @@ "main": "dist/app.js", | ||
| }, | ||
| "gitHead": "41f8aba645f61f548ee31eddaeafb82fbff40f98" | ||
| "gitHead": "59087a60d8209b425fe41d0e75d89229d6ff6d0a" | ||
| } |
+1
-1
@@ -72,3 +72,3 @@ import http from './http'; | ||
| salla.logger.log(JSON.stringify(response)) | ||
| salla.api.handleErrorResponse(response); | ||
| salla.api.handleErrorResponse({response}); | ||
| SallaApplePay.onCancel({}, response.data.error.message); | ||
@@ -75,0 +75,0 @@ }; |
71973
0