결제 결과
-
결제 결과
{% if payment.pay_result != 'success' %}
- {{ payment.get_pay_result_display }} {{ payment.imp_result }}
{% else %}
- {{ payment.get_pay_result_display }}
{% endif %}
-
결제 내용
-
{{ payment.name }}
-
결제 금액
-
{{ payment.amount|intcomma }} 원
-
고객명
-
{{ payment.buyer_name }}
{% if payment.pay_result != 'success' %}
{% else %}
확인
{% endif %}