@@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
@Component
public class PayAddressSource implements AddressSource {
- @Value("${4dkk.payService.basePath}")
+ @Value("${4dkk.payService.basePath:http://test.4dkakan.com}")
private String basePath;