UNPKG

@inflightit/api-plugin-orders

Version:
11 lines (9 loc) 310 B
import { encodePaymentOpaqueId, encodeRefundOpaqueId } from "../../xforms/id.js"; import amount from "./amount.js"; import createdAt from "./createdAt.js"; export default { _id: (node) => encodeRefundOpaqueId(node._id), amount, createdAt, paymentId: (node) => encodePaymentOpaqueId(node.paymentId) };