GitHub

DaffMagentoPaypalService

import { DaffMagentoPaypalService } from '@daffodil/paypal/driver/magento'

@Injectable()
class DaffMagentoPaypalService implements DaffPaypalExpressServiceInterface {
  generateToken(
    cartId: string
    tokenRequest: DaffPaypalExpressTokenRequest
  ): Observable<DaffPaypalExpressTokenResponse>
}

() Methods

generateToken
Observable<DaffPaypalExpressTokenResponse>
Parameters
ParametercartId: string
Description
ParametertokenRequest: DaffPaypalExpressTokenRequest
Description