diff --git a/src/modules/market/components/PaymentRequestDialog.vue b/src/modules/market/components/PaymentRequestDialog.vue deleted file mode 100644 index b9f3de3..0000000 --- a/src/modules/market/components/PaymentRequestDialog.vue +++ /dev/null @@ -1,287 +0,0 @@ - - - - - Payment Request - - Complete your payment to finalize your order - - - - - - - Order Details - - Order ID: {{ paymentRequest.id }} - - - {{ paymentRequest.message }} - - - - - - Payment Options - - - - - - {{ getPaymentTypeLabel(option.type) }} - {{ option.link }} - - - - - - - - - - - - - - - Lightning Invoice - - - - - - - - {{ qrCodeError }} - - - - - - Copy Invoice - - - Pay with Wallet - - - - - - - No payment request available - - - - - Close - - - - - - -