Tracking background updates from the Discord alpha client.
Current build hash: 29ea454ce40ec265e1ca1484588bfe1f20830a4e
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
},
"2": {
"enabled": true
},
"3": {
"enabled": true
},
"4": {
"enabled": true
}
}Creates an order before checkout and updates it when the payment method changes.
This can keep order data consistent across checkout steps, but the additional order preparation also affects startup time and recovery from payment errors.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Tests an order-first flow when redeeming Shop items with Orbs.
Keeping redemption and item delivery on one order can make failures easier to recover and explain. Users may notice different loading, error handling, or confirmation timing during redemption.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}