Fails to create a plan if one doesn't exist
Sorry @mattwire I'm on a roll today! 😀
here we test for the parsed 'err' being resource_missing
.
However, this line says that err
will always just be ''
.
I think this could be fixed with changing l352 to
if ($e->getError()->code === 'resource_missing') {
Am testing.