mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
fix payment request hub bug with payment types (#927)
This commit is contained in:
parent
7e714bdfa2
commit
d24628a386
1 changed files with 1 additions and 2 deletions
|
@ -157,8 +157,7 @@ namespace BTCPayServer.PaymentRequest
|
|||
{
|
||||
data.GetValue(),
|
||||
invoiceEvent.Payment.GetCryptoCode(),
|
||||
Enum.GetName(typeof(PaymentTypes),
|
||||
invoiceEvent.Payment.GetPaymentMethodId().PaymentType)
|
||||
invoiceEvent.Payment.GetPaymentMethodId().PaymentType.ToString()
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue