@chevre/domain 27.1.0-alpha.7 → 27.1.0-alpha.8
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.
|
@@ -10,7 +10,7 @@ const factory_1 = require("../../factory");
|
|
|
10
10
|
* 返品取引リポジトリ
|
|
11
11
|
*/
|
|
12
12
|
class ReturnOrderInProgressRepo {
|
|
13
|
-
static KEY_PREFIX = `txn:${factory_1.factory.
|
|
13
|
+
static KEY_PREFIX = `txn:${factory_1.factory.transactionType.ReturnOrder}`;
|
|
14
14
|
redisClient;
|
|
15
15
|
constructor(redisClient) {
|
|
16
16
|
this.redisClient = redisClient;
|
package/package.json
CHANGED