sk-front-lib 0.19.3 → 0.19.5

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,8 @@ var SkPaymentStatus;
759
759
  SkPaymentStatus["Naver"] = "NAVER";
760
760
  SkPaymentStatus["NaverPG"] = "NAVER_PG";
761
761
  SkPaymentStatus["Kakao"] = "KAKAO";
762
- SkPaymentStatus["Toss"] = "TOSS"; // 토스 페이
762
+ SkPaymentStatus["Toss"] = "TOSS";
763
+ SkPaymentStatus["Payco"] = "PAYCO";
763
764
  })(SkPaymentStatus || (SkPaymentStatus = {}));
764
765
  function getSkPaymentStatusText(status) {
765
766
  switch (status) {
@@ -773,6 +774,8 @@ function getSkPaymentStatusText(status) {
773
774
  return '카카오페이';
774
775
  case SkPaymentStatus.Toss:
775
776
  return '토스페이';
777
+ case SkPaymentStatus.Payco:
778
+ return 'PAYCO';
776
779
  case SkPaymentStatus.Naver:
777
780
  case SkPaymentStatus.NaverPG:
778
781
  return '네이버페이';