GitHub

DaffPaypalExpressUrlsRequest

import { DaffPaypalExpressUrlsRequest } from '@daffodil/paypal'

The URLs to which paypal will navigate the users for each corresponding result of the paypal express checkout process.

interface DaffPaypalExpressUrlsRequest {
  return: string
  cancel: string
}

Properties

return
string

Checkout is completed and payment should be added to the cart.

cancel
string

Checkout was canceled and the cart should not be modified.