GitHub

DaffMagentoPaypalConfig

import { DaffMagentoPaypalConfig } from '@daffodil/paypal/driver/magento'
interface DaffMagentoPaypalConfig {
  cancel_url: string
  return_url: string
  code: string
  pending_url: string
  success_url: string
  express_button: boolean
  use_paypal_credit: boolean
}

Properties

Name Type Description
cancel_url string
return_url string
code string
pending_url string
success_url string
express_button boolean
use_paypal_credit boolean