graycoreio/daffodil

View on GitHub
libs/paypal/state/src/reducers/express/interface.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface DaffPaypalExpressReducerState {
  /**
   * The PayPal URL that allows the buyer to edit their checkout details.
   */
  editUrl: string;
  /**
   * The URL to the PayPal login page.
   */
  startUrl: string;
}