Payment customisation not working for bogus getway

Hello everyone
Is there anyone who know why the payment customisation not working for bogus payment method on development store.
Shared with Droplr
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"
      }
    }
  ]
}
1 Like