Skip to content

Commit 0b1e97e

Browse files
author
nmadhab
committed
heroku base url
1 parent 0a7c441 commit 0b1e97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/webtutsplus/ecommerce/service/OrderService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class OrderService {
3737
@Value("https://infallible-swartz-b50174.netlify.app")
3838
private String baseURL;
3939

40-
@Value("${STRIPE_SECRET_KEY}")
40+
@Value("SECERT")
4141
private String apiKey;
4242

4343
public int saveOrder(PlaceOrderDto orderDto, int userId, String sessionID){

0 commit comments

Comments
 (0)