|
@@ -1049,7 +1049,7 @@ var paymentInfoSet = function() {
|
|
|
$("#orderAmtForm .recipNm").text($("#orderForm #orderGiftInfo input[name=recipNm]").val());
|
|
$("#orderAmtForm .recipNm").text($("#orderForm #orderGiftInfo input[name=recipNm]").val());
|
|
|
$("#orderAmtForm .recipPhnno").text($("#orderForm #orderGiftInfo input[name=recipPhnno]").val());
|
|
$("#orderAmtForm .recipPhnno").text($("#orderForm #orderGiftInfo input[name=recipPhnno]").val());
|
|
|
|
|
|
|
|
- if (gagajf.isNull($("#orderForm #orderGiftInfo input[name=recipPhnno]").val())) {
|
|
|
|
|
|
|
+ if (gagajf.isNull($("textarea#giftMsg").val())) {
|
|
|
giftMsg = "감사합니다.";
|
|
giftMsg = "감사합니다.";
|
|
|
} else {
|
|
} else {
|
|
|
giftMsg = $("textarea#giftMsg").val();
|
|
giftMsg = $("textarea#giftMsg").val();
|