import { DaffInMemoryPaypalService } from '@daffodil/paypal/driver/in-memory'
@Injectable()
class DaffInMemoryPaypalService extends DaffInMemoryDriverBase implements DaffPaypalExpressServiceInterface<DaffPaypalExpressTokenRequest, DaffPaypalExpressTokenResponse> {
generateToken(
cartId: string
tokenRequest: DaffPaypalExpressTokenRequest
): Observable<DaffPaypalExpressTokenResponse>
}
Observable<DaffPaypalExpressTokenResponse>| Parameter | cartId: string |
|---|---|
| Description |
| Parameter | tokenRequest: DaffPaypalExpressTokenRequest |
|---|---|
| Description |