Skip to content

Commit

Permalink
[refactor]: 결제 모킹 API 응답에 self 필드 추가 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
uraflower committed Jun 24, 2024
1 parent e1e6440 commit 80e3b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mocks/paymentHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
} from 'types/payment';

const receiver = {
self: false,
name: '김펀딩',
photoUrl:
'https://gift-s.kakaocdn.net/dn/gift/images/m640/bg_profile_default.png',
Expand Down

0 comments on commit 80e3b9b

Please sign in to comment.