Skip to content

Commit

Permalink
Fix: #207 @value 어노테이션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJae-H committed Dec 3, 2024
1 parent dc4d168 commit 395fe13
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
@Service
public class InAppPurchaseService {

@Value("{google-account.file-path}")
@Value("${google-account.file-path}")
private String googleAccountFilePath;

@Value("{google-application.package-name}")
@Value("${google-application.package-name}")
private String googleApplicationPackageName;

public Boolean validateReceipt(Long userId, PurchaseRequestDto purchaseRequestDto) {
Expand Down

0 comments on commit 395fe13

Please sign in to comment.