@superlogic/spree-pay 0.1.5 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,7 +17,7 @@ import { SpreePay, SpreePayProvider, useSpreePay } from '@superlogic/spree-pay';
17
17
 
18
18
  const spreeEnv = {
19
19
  tenantId: 'moca' // Keep moca for crypto payments on BASE network
20
- environment: 'dev',
20
+ environment: 'dev' as const,
21
21
  redirect3dsURI: '/3ds' // Any valid URI in your app that captures 3ds redirect
22
22
  ssoPageURI: '/silent-check-sso.html' // Any valid URI in your app that will handle keyklock SSO (example below)
23
23
  };