garytsnaptravel
garytsnaptravel
Hi @animesh1987, thank you for trying to help. This is the code for the whole page/component: ``` import { createCheckoutService } from '@bigcommerce/checkout-sdk' import React, { useEffect, FC } from...
I am aware that `bigpayBaseUrl` is part of those two interfaces, but I am confused where to pass in the config when I'm only calling `createCheckoutService()` or `service.loadCheckout()` - neither...
@animesh1987 , I see what you mean now - the `/api/storefront/checkout-settings` request was returning a "not found" page, but this means I have to implement my own backend API for...