Remove CheckoutV1

This commit is contained in:
nicolas.dorier
2024-04-05 16:23:04 +09:00
parent ff5e03a8b1
commit 4208110d57
100 changed files with 16 additions and 27603 deletions

View File

@@ -67,7 +67,10 @@ namespace BTCPayServer.Data
"archived",
"isUnderPaid",
"requiresRefundEmail",
"invoiceTime"
"invoiceTime",
"checkoutType",
"customLogo",
"customCSS"
};
#pragma warning disable CS0618 // Type or member is obsolete
@@ -134,7 +137,7 @@ namespace BTCPayServer.Data
blob.Move(["productInformation", prop.Name], ["metadata", prop.Name]);
}
blob.Move(["orderId"], ["metadata", "orderId"]);
foreach (string prop in new string[] { "posData", "checkoutType", "defaultLanguage", "notificationEmail", "notificationURL", "storeSupportUrl", "redirectURL" })
foreach (string prop in new string[] { "posData", "defaultLanguage", "notificationEmail", "notificationURL", "storeSupportUrl", "redirectURL" })
{
blob.RemoveIfNull(prop);
}