I’m using the orderCreate mutation to create an order. On OrderCreateOrderTransactionInput, I want to set ‘gateway’ to ‘PayFabric’. If I do this and then look at the new order on the Admin portal, the gateway has an incorrect space between the ‘y’ and ‘F’. This also happens if I use other words with a capitalized letter in the middle. Is there a way for the gateway name to just be ‘PayFabric’?
Hey @Jonathon_Minard , thanks for reaching out. This does look odd for sure. I think I may have to do some digging internally to confirm expected behaviour, but just out of curiosity/to narrow down what might be happening, in the API response when you create the order, does the gateway show with the formatting you see in the admin or with how you original set it up as “PayFabric”?
As well, do you know if there’s already a gateway called “Pay Fabric” including the space on the shop? Just wondering if there’s a formatting automation on our end that isn’t documented.
Hope to hear from you soon!
In the API response, the gateway shows up as “PayFabric” like how I sent it.
I don’t appear to have gateway called “Pay Fabric” on the shop.