GitHub

DaffMagentoPaypalPaymentService

import { DaffMagentoPaypalPaymentService } from '@daffodil/paypal/driver/magento'
@Injectable()
class DaffMagentoPaypalPaymentService implements DaffPaypalExpressPaymentServiceInterface<DaffPaypalExpressPaymentRequest, MagentoPaypalExpressPaymentResponse> {
  generateToken(request: DaffPaypalExpressPaymentRequest): Observable<MagentoPaypalExpressPaymentResponse>
}

Properties

Name Type Description
generateToken Observable<MagentoPaypalExpressPaymentResponse>