Hi, is there a way to retrieve the title of the selected payment method?
Currently, the useSelectedPaymentOptions() only exposes the handle and type, which is quite inconvenient. For example, both Money Order and Bank Transfer are categorized under the manualPayment type.
I’d like to build an extension specifically for Bank Transfer, but since both share the same type, it causes a conflict.