<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| import * as React from 'react' | |
| import { PayPalButton } from 'react-paypal-button-v2' | |
| import Typography from '@material-ui/core/Typography' | |
| import { PAYMENT_GATEWAYS, YG_EMAIL_BASE } from 'config' | |
| import { Checkout as CheckoutInterface } from 'lib/queries/generatedTypes/Checkout' | |
| interface PaypalOrderParams { |