fix: webhooks issues

This commit is contained in:
swve 2024-11-10 15:42:55 +01:00
parent a8ba053447
commit 93c0838fab
12 changed files with 323 additions and 182 deletions

View file

@ -54,7 +54,7 @@ const CreateProductForm: React.FC<{ onSuccess: () => void }> = ({ onSuccess }) =
product_type: 'one_time',
price_type: 'fixed_price',
benefits: '',
amount: 0,
amount: 1,
currency: 'USD',
};