mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
fix: Stripe integration content
This commit is contained in:
@@ -27,7 +27,7 @@ export default function PreferencesPaymentMethodsPage() {
|
|||||||
<PaymentMethodsBoot>
|
<PaymentMethodsBoot>
|
||||||
<Text className={Classes.TEXT_MUTED} style={{ marginBottom: 20 }}>
|
<Text className={Classes.TEXT_MUTED} style={{ marginBottom: 20 }}>
|
||||||
Accept payments from all the major debit and credit card networks
|
Accept payments from all the major debit and credit card networks
|
||||||
through the supported payment gateways.
|
through the supported payment methods.
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Stack>
|
<Stack>
|
||||||
|
|||||||
@@ -136,10 +136,10 @@ export function StripePaymentMethod() {
|
|||||||
className={Classes.TEXT_MUTED}
|
className={Classes.TEXT_MUTED}
|
||||||
style={{ fontSize: 13 }}
|
style={{ fontSize: 13 }}
|
||||||
>
|
>
|
||||||
Stripe is an online payment processing platform that allows you to
|
Stripe is a secure online payment platform that lets you easily accept
|
||||||
receive one-time and recurring payments securely from customers. It also
|
both one-time and recurring payments. It simplifies managing
|
||||||
manages all your payments and makes reconciliation a breeze. You can set
|
transactions and streamlines reconciliation. Setup is quick, helping you
|
||||||
it up in no time and get paid faster.
|
get paid faster and more efficiently.
|
||||||
</PaymentDescription>
|
</PaymentDescription>
|
||||||
|
|
||||||
<PaymentFooter>
|
<PaymentFooter>
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import { Button, DialogBody, DialogFooter, Intent } from '@blueprintjs/core';
|
||||||
|
import styled from 'styled-components';
|
||||||
import { Stack } from '@/components';
|
import { Stack } from '@/components';
|
||||||
import { useDialogContext } from '@/components/Dialog/DialogProvider';
|
import { useDialogContext } from '@/components/Dialog/DialogProvider';
|
||||||
import {
|
import {
|
||||||
@@ -9,8 +11,6 @@ import { CreditCard2Icon } from '@/icons/CreditCard2';
|
|||||||
import { DollarIcon } from '@/icons/Dollar';
|
import { DollarIcon } from '@/icons/Dollar';
|
||||||
import { LayoutAutoIcon } from '@/icons/LayoutAuto';
|
import { LayoutAutoIcon } from '@/icons/LayoutAuto';
|
||||||
import { SwitchIcon } from '@/icons/SwitchIcon';
|
import { SwitchIcon } from '@/icons/SwitchIcon';
|
||||||
import { Button, DialogBody, DialogFooter, Intent } from '@blueprintjs/core';
|
|
||||||
import styled from 'styled-components';
|
|
||||||
|
|
||||||
export function StripePreSetupDialogContent() {
|
export function StripePreSetupDialogContent() {
|
||||||
const { name } = useDialogContext();
|
const { name } = useDialogContext();
|
||||||
|
|||||||
Reference in New Issue
Block a user