Describe the bug
If I start Google Pay payment in production and then cancel it, the query parameters passed to my site contain checkout-provider: checkout.
Steps to Reproduce
- Start Google Pay payment in production
- Cancel payment
- Check query parameters passed to callback url
- Query parameters contain invalid value for
checkout-provider
Expected behaviour
The checkout-provider query parameter should be google-pay.
Actual behaviour
The checkout-provider query parameter is checkout.