StoreLoadTime: "configuration" | "purchase_start"

Determines when the store module (e.g. Stripe) is loaded.

  • "configuration": The store module is preloaded when the SDK is configured.
  • "purchase_start": The store module is loaded on demand when a purchase is started.

we always load stripe only when needed