GitHub

DaffPaypalExpressUrlsRequest

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

import { DaffPaypalExpressUrlsRequest } from '@daffodil/paypal'
interface DaffPaypalExpressUrlsRequest {
  return: string
  cancel: string
}

Properties

Name Type Description
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.