sk-front-lib 0.19.13 → 0.19.14
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.
|
@@ -761,6 +761,7 @@ var SkPaymentStatus;
|
|
|
761
761
|
SkPaymentStatus["Kakao"] = "KAKAO";
|
|
762
762
|
SkPaymentStatus["Toss"] = "TOSS";
|
|
763
763
|
SkPaymentStatus["Payco"] = "PAYCO";
|
|
764
|
+
SkPaymentStatus["Vbank"] = "VBANK";
|
|
764
765
|
})(SkPaymentStatus || (SkPaymentStatus = {}));
|
|
765
766
|
function getSkPaymentStatusText(status) {
|
|
766
767
|
switch (status) {
|
|
@@ -779,6 +780,8 @@ function getSkPaymentStatusText(status) {
|
|
|
779
780
|
case SkPaymentStatus.Naver:
|
|
780
781
|
case SkPaymentStatus.NaverPG:
|
|
781
782
|
return '네이버페이';
|
|
783
|
+
case SkPaymentStatus.Vbank:
|
|
784
|
+
return '가상계좌 (토스)';
|
|
782
785
|
default:
|
|
783
786
|
return status;
|
|
784
787
|
}
|