sk-front-lib 0.19.2 → 0.19.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -759,7 +759,7 @@ var SkPaymentStatus;
759
759
  SkPaymentStatus["Naver"] = "NAVER";
760
760
  SkPaymentStatus["NaverPG"] = "NAVER_PG";
761
761
  SkPaymentStatus["Kakao"] = "KAKAO";
762
- SkPaymentStatus["Payco"] = "PAYCO"; // 페이코
762
+ SkPaymentStatus["Toss"] = "TOSS"; // 토스 페이
763
763
  })(SkPaymentStatus || (SkPaymentStatus = {}));
764
764
  function getSkPaymentStatusText(status) {
765
765
  switch (status) {
@@ -771,8 +771,8 @@ function getSkPaymentStatusText(status) {
771
771
  return '카드결제 (분담 무이자)';
772
772
  case SkPaymentStatus.Kakao:
773
773
  return '카카오페이';
774
- case SkPaymentStatus.Payco:
775
- return 'PAYCO';
774
+ case SkPaymentStatus.Toss:
775
+ return '토스페이';
776
776
  case SkPaymentStatus.Naver:
777
777
  case SkPaymentStatus.NaverPG:
778
778
  return '네이버페이';