# Payment Method

ใช้แสดงฟอร์มเลือกวิธีการชำระเงิน เรียกใช้ในกรณีที่ต้องการ Customize หน้า Checkout หรือ Order Detail

# Usage

<snt-payment-methods></snt-payment-methods>

# API

# Examples

# Customize options

<snt-payment-methods #default="{ value, items, selectMethod }">
  <snt-select
    :value="value"
    :items="items"
    placeholder="เลือกวิธีขำระเงิน"
    dense
    outlined
    @change="selectMethod($event)" />
</snt-payment-methods>