GitHub

DaffMagentoPaypalService

import { DaffMagentoPaypalService } from '@daffodil/paypal/driver/magento'
@Injectable()
class DaffMagentoPaypalService implements DaffPaypalExpressServiceInterface {
  generateToken(
    cartId: string
    tokenRequest: DaffPaypalExpressTokenRequest
  ): Observable<DaffPaypalExpressTokenResponse>
}

Properties

Name Type Description
generateToken Observable<DaffPaypalExpressTokenResponse>