mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Add a new Pay Button Type : Custom amount
This commit is contained in:
@@ -891,7 +891,8 @@ namespace BTCPayServer.Controllers
|
||||
ButtonSize = 2,
|
||||
UrlRoot = appUrl,
|
||||
PayButtonImageUrl = appUrl + "img/paybutton/pay.png",
|
||||
StoreId = store.Id
|
||||
StoreId = store.Id,
|
||||
ButtonType = 0
|
||||
};
|
||||
return View(model);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user