Deploying Changes
Learn more about the advantages of using the Umbraco Commerce Deploy package with Umbraco Commerce.
Ignoring Settings
{
...
"Umbraco": {
"Commerce": {
"Deploy": {
"PaymentMethods": {
"IgnoreSettings": [ "liveApiKey", "testMode" ]
},
"ShippingMethods": {
"IgnoreSettings": [ "liveApiKey", "testMode" ]
},
"TaxCalculationMethods": {
"IgnoreSettings": [ "liveApiKey", "testMode" ]
}
}
}
}
...
}Last updated
Was this helpful?