@heliofi/checkout-react
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -17,8 +17,6 @@ import type { ThemeOverride } from '../../infrastructure/theme/types'; | ||
declare interface HelioCheckoutReactProps { | ||
config: HelioEmbedConfig; | ||
config: Omit<HelioEmbedConfig, 'source'>; | ||
} | ||
declare type HelioEmbedConfig = HelioEmbedConfig_2; | ||
declare interface HelioEmbedConfig_2 { | ||
declare interface HelioEmbedConfig { | ||
paylinkId: string; | ||
@@ -28,2 +26,3 @@ network?: NetworkType; | ||
customTexts?: CustomTextsInterface; | ||
primaryPaymentMethod?: PrimaryPaymentMethod; | ||
theme?: HelioEmbedTheme; | ||
@@ -61,2 +60,4 @@ paymentType?: 'PAYLINK' | 'PAYSTREAM'; | ||
declare type PrimaryPaymentMethod = 'fiat' | 'crypto'; | ||
export { } |
{ | ||
"name": "@heliofi/checkout-react", | ||
"private": false, | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "scripts": { |
# Helio Checkout React | ||
For documentation please visit https://demo.hel.io or https://docs.hel.io | ||
- Documentation please visit https://docs.hel.io/developers/helio-checkout-widget | ||
- Demo: https://demo.hel.io |
42060
819
5