prooph/event-store-http-client

Bug in deletePersistentSubscription

enumag opened this issue · 1 comments

I'm not sure how to fix this... when using deletePersistentSubscription I got an exception Unknown enum name given thrown here.

It was called from here but the value of $json['result'] is 'DoesNotExist' instead of the two expected values.

I'd send a PR but I'm not exactly sure what to do.

Btw. for enums I've good experience with this library.