|
|
@@ -25,7 +25,7 @@ import java.util.UUID;
|
|
|
@Slf4j
|
|
|
@Component
|
|
|
public class OrderCloseEventHandler implements AwoaraEventHandler<OrderInfoObject> {
|
|
|
- @Value("${kym.domain}}")
|
|
|
+ @Value("${kym.domain}")
|
|
|
private String domain;
|
|
|
private final WashOrderService washOrderService;
|
|
|
private final WalletDetailService walletDetailService;
|