@superlogic/spree-pay 0.1.34 → 0.1.36

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
@@ -18,7 +18,7 @@ import { useCapture3DS } from '@superlogic/spree-pay';
18
18
  import '@superlogic/spree-pay/styles.css';
19
19
 
20
20
  const spreeEnv = {
21
- tenantId: 'moca', // Keep moca for crypto payments on BASE network
21
+ tenantId: 'moca' as const, // Keep moca for crypto payments on BASE network
22
22
  environment: 'dev' as const,
23
23
  redirect3dsURI: '/3ds', // Any valid URI in your app that captures 3ds redirect
24
24
  ssoPageURI: '/silent-check-sso.html', // Any valid URI in your app that will handle Keycloak SSO (example below)