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