GitHub

DaffPaypalExpressReducerState

import { DaffPaypalExpressReducerState } from '@daffodil/paypal/state'

interface DaffPaypalExpressReducerState {
  editUrl: string
  startUrl: string
}

Properties

editUrl
string

The PayPal URL that allows the buyer to edit their checkout details.

startUrl
string

The URL to the PayPal login page.