Determines when the store module (e.g. Stripe) is loaded.
"configuration"
"purchase_start"
we always load stripe only when needed
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.