mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
fix payment request hub bug with payment types (#927)
This commit is contained in:
parent
7e714bdfa2
commit
d24628a386
@ -157,8 +157,7 @@ namespace BTCPayServer.PaymentRequest
|
|||||||
{
|
{
|
||||||
data.GetValue(),
|
data.GetValue(),
|
||||||
invoiceEvent.Payment.GetCryptoCode(),
|
invoiceEvent.Payment.GetCryptoCode(),
|
||||||
Enum.GetName(typeof(PaymentTypes),
|
invoiceEvent.Payment.GetPaymentMethodId().PaymentType.ToString()
|
||||||
invoiceEvent.Payment.GetPaymentMethodId().PaymentType)
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user