@tosspayments/payment-sdk
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.2.5](https://github.com/tosspayments/browser-sdk/compare/@tosspayments/payment-sdk@1.2.4...@tosspayments/payment-sdk@1.2.5) (2022-12-19) | ||
**Note:** Version bump only for package @tosspayments/payment-sdk | ||
## [1.2.4](https://github.com/tosspayments/browser-sdk/compare/@tosspayments/payment-sdk@1.2.3...@tosspayments/payment-sdk@1.2.4) (2022-12-15) | ||
@@ -8,0 +16,0 @@ |
@@ -48,9 +48,9 @@ 'use strict'; | ||
requestPayment: function requestPayment() { | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only execuatable on browser."); | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only executable on browser."); | ||
}, | ||
requestBillingAuth: function requestBillingAuth() { | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only execuatable on browser."); | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only executable on browser."); | ||
}, | ||
cancelPayment: function cancelPayment() { | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only execuatable on browser."); | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only executable on browser."); | ||
} | ||
@@ -57,0 +57,0 @@ }); |
@@ -44,9 +44,9 @@ var cachedPromise; | ||
requestPayment: function requestPayment() { | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only execuatable on browser."); | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only executable on browser."); | ||
}, | ||
requestBillingAuth: function requestBillingAuth() { | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only execuatable on browser."); | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only executable on browser."); | ||
}, | ||
cancelPayment: function cancelPayment() { | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only execuatable on browser."); | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only executable on browser."); | ||
} | ||
@@ -53,0 +53,0 @@ }); |
{ | ||
"name": "@tosspayments/payment-sdk", | ||
"description": "TossPayments.js Payment SDK", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"main": "dist/tosspayments.cjs.js", | ||
@@ -43,3 +43,3 @@ "module": "dist/tosspayments.esm.js", | ||
}, | ||
"gitHead": "6ebc53b8bd66dbcedf05a879e3ed5f1235fecd15" | ||
"gitHead": "650ea5c8b7c23ac8846a02d9e2b1d85d1d12ee5d" | ||
} |
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
13816