Skip to content

Commit

Permalink
Merge pull request #176 from Try-AngIe/cicd
Browse files Browse the repository at this point in the history
[KAN-229] cicd(-): test
  • Loading branch information
rlatkd authored Jul 24, 2024
2 parents 4824ab7 + 74c6991 commit 145f106
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/pages/member/PaymentAccountPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const PaymentAccountPage = () => {
const phoneNumber = '01026270378'; // 테스트용 (실제로는 주스탄드에서 가져옴)

const paymentData = {
billingId: invoiceInfo.billingId,
billingId: invoiceInfo.billing.billingId,
phoneNumber: phoneNumber,
method: method,
number: number,
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/member/PaymentVirtualPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const PaymentVirtualPage = () => {
const phoneNumber = '01026270378'; // 테스트용 (실제로는 주스탄드에서 가져옴)

const paymentData = {
billingId: invoiceInfo.billing.billingId,
billingId: invoiceInfo.billing.billingId,
phoneNumber: phoneNumber,
method: method,
number: number,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ public class InfraTestController {
public String infraTest() {
return "infra-test 12312a";

}
}

0 comments on commit 145f106

Please sign in to comment.