Hello everyone
Is there anyone who know why the payment customisation not working for bogus payment method on development store.

Input
{
"paymentMethods": [
{
"id": "gid://shopify/PaymentCustomizationPaymentMethod/0",
"name": "Deferred"
},
{
"id": "gid://shopify/PaymentCustomizationPaymentMethod/1",
"name": "(for testing) Bogus Gateway"
}
]
}
output of function
{
"operations": [
{
"rename": {
"name": "pramod test",
"paymentMethodId": "gid://shopify/PaymentCustomizationPaymentMethod/1"
}
}
]
}