10 lines
250 B
C#
10 lines
250 B
C#
using Grand.Infrastructure.Plugins;
|
|
|
|
[assembly: PluginInfo(
|
|
FriendlyName = "BTCPay - Pay in bitcoins",
|
|
Group = "Payment methods",
|
|
SystemName = "Payments.BTCPayServer",
|
|
Author = "Nisaba Solutions",
|
|
Version = "2.3.0"
|
|
)]
|