@tosspayments/brandpay-sdk
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.4](https://github.com/tosspayments/browser-sdk/compare/@tosspayments/brandpay-sdk@1.0.3...@tosspayments/brandpay-sdk@1.0.4) (2022-04-06) | ||
### Bug Fixes | ||
* **brandpay-sdk:** correct wrong namespace text ([#14](https://github.com/tosspayments/browser-sdk/issues/14)) ([f5ec65d](https://github.com/tosspayments/browser-sdk/commit/f5ec65dad50fdde1491b8ce6a3cafca22bdede29)) | ||
## 1.0.3 (2022-03-31) | ||
@@ -8,0 +19,0 @@ |
@@ -51,3 +51,3 @@ 'use strict'; | ||
return loadScript(src, 'BrandPAy').then(function (BrandPay) { | ||
return loadScript(src, 'BrandPay').then(function (BrandPay) { | ||
return BrandPay(clientKey, customerKey, options); | ||
@@ -54,0 +54,0 @@ }); |
@@ -47,3 +47,3 @@ var cachedPromise; | ||
return loadScript(src, 'BrandPAy').then(function (BrandPay) { | ||
return loadScript(src, 'BrandPay').then(function (BrandPay) { | ||
return BrandPay(clientKey, customerKey, options); | ||
@@ -50,0 +50,0 @@ }); |
{ | ||
"name": "@tosspayments/brandpay-sdk", | ||
"description": "TossPayments.js Brand Pay SDK", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "dist/index.cjs.js", | ||
@@ -43,3 +43,3 @@ "module": "dist/index.esm.js", | ||
}, | ||
"gitHead": "ac84ed80463b232f98fbf7b260fcf9782f9f38bd" | ||
"gitHead": "7f953ffdd526532337a04f1489e93ad89c65ddd9" | ||
} |
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
10412