fix: gofmt formatting and update API contract test for new fields
- Fix gofmt alignment in setting_handler.go, settings.go, payment_config_service.go - Add payment_balance_recharge_multiplier and payment_recharge_fee_rate to API contract test expected JSON
This commit is contained in:
parent
3053c56cac
commit
60614e6f74
1
Antigravity-Manager
Submodule
1
Antigravity-Manager
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a9d96bd54978c22d3033830debfe77aeeeee2500
|
||||||
@ -601,6 +601,8 @@ func TestAPIContracts(t *testing.T) {
|
|||||||
"payment_order_timeout_minutes": 0,
|
"payment_order_timeout_minutes": 0,
|
||||||
"payment_max_pending_orders": 0,
|
"payment_max_pending_orders": 0,
|
||||||
"payment_balance_disabled": false,
|
"payment_balance_disabled": false,
|
||||||
|
"payment_balance_recharge_multiplier": 0,
|
||||||
|
"payment_recharge_fee_rate": 0,
|
||||||
"payment_load_balance_strategy": "",
|
"payment_load_balance_strategy": "",
|
||||||
"payment_product_name_prefix": "",
|
"payment_product_name_prefix": "",
|
||||||
"payment_product_name_suffix": "",
|
"payment_product_name_suffix": "",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user