@infrab4a/connect 5.8.1-beta.0 → 5.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +1 -0
- package/index.esm.js +1 -0
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -2023,6 +2023,7 @@ class StockOutError extends BusinessError {
|
|
|
2023
2023
|
}
|
|
2024
2024
|
}
|
|
2025
2025
|
|
|
2026
|
+
/* eslint-disable no-console */
|
|
2026
2027
|
class AntifraudBankSlipService {
|
|
2027
2028
|
constructor(orderBlockedRepository, shopConfigsRepository) {
|
|
2028
2029
|
this.orderBlockedRepository = orderBlockedRepository;
|
package/index.esm.js
CHANGED
|
@@ -2017,6 +2017,7 @@ class StockOutError extends BusinessError {
|
|
|
2017
2017
|
}
|
|
2018
2018
|
}
|
|
2019
2019
|
|
|
2020
|
+
/* eslint-disable no-console */
|
|
2020
2021
|
class AntifraudBankSlipService {
|
|
2021
2022
|
constructor(orderBlockedRepository, shopConfigsRepository) {
|
|
2022
2023
|
this.orderBlockedRepository = orderBlockedRepository;
|