rm unused
parent
284e76815c
commit
da86209452
|
@ -191,7 +191,6 @@
|
||||||
"products": [
|
"products": [
|
||||||
{
|
{
|
||||||
"name": "Basic",
|
"name": "Basic",
|
||||||
"price": "9,99 € / Monat",
|
|
||||||
"featuresCount": 9,
|
"featuresCount": 9,
|
||||||
"features": [
|
"features": [
|
||||||
"Online Terminbucher",
|
"Online Terminbucher",
|
||||||
|
@ -207,7 +206,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Premium",
|
"name": "Premium",
|
||||||
"price": "24,99 € / Monat",
|
|
||||||
"featuresCount": 13,
|
"featuresCount": 13,
|
||||||
"features": [
|
"features": [
|
||||||
"Online Terminbucher",
|
"Online Terminbucher",
|
||||||
|
|
|
@ -191,7 +191,6 @@
|
||||||
"products": [
|
"products": [
|
||||||
{
|
{
|
||||||
"name": "Basic",
|
"name": "Basic",
|
||||||
"price": "9,99 € / month",
|
|
||||||
"featuresCount": 9,
|
"featuresCount": 9,
|
||||||
"features": [
|
"features": [
|
||||||
"Online appointment booker",
|
"Online appointment booker",
|
||||||
|
@ -207,7 +206,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Premium",
|
"name": "Premium",
|
||||||
"price": "24,99 € / month",
|
|
||||||
"featuresCount": 13,
|
"featuresCount": 13,
|
||||||
"features": [
|
"features": [
|
||||||
"Online appointment booker",
|
"Online appointment booker",
|
||||||
|
|
|
@ -175,7 +175,6 @@ export function ChoosenProduct({ t, paymentPlan, extra }) {
|
||||||
|
|
||||||
function CostSummary({ notificationApi, paymentPlan, form }) {
|
function CostSummary({ notificationApi, paymentPlan, form }) {
|
||||||
const { t, i18n } = useTranslation();
|
const { t, i18n } = useTranslation();
|
||||||
const appContext = useAppContext();
|
|
||||||
|
|
||||||
const [isRequesting, setIsRequesting] = useState(RequestState.INIT);
|
const [isRequesting, setIsRequesting] = useState(RequestState.INIT);
|
||||||
const recaptchaRef = useRef(null);
|
const recaptchaRef = useRef(null);
|
||||||
|
|
Loading…
Reference in New Issue