import { DaffPaypalExpressReducerState } from '@daffodil/paypal/state'
interface DaffPaypalExpressReducerState {
editUrl: string
startUrl: string
}
editUrl string |
---|
The PayPal URL that allows the buyer to edit their checkout details. |
startUrl string |
---|
The URL to the PayPal login page. |