OAuth flow in test mock adapter seems incomplete
lewisf opened this issue · 1 comments
lewisf commented
shopify/lib/shopify/adapters/mock.ex
Lines 92 to 93 in 0769a02
This function seems to just need to return {:passed, request} in order to continue. Otherwise respond/1
fails, unable to handle nil
.
Is there a reason this wasn't completed? Or maybe a future plan? Would love to help out with this if needed.
Ninigi commented
Yeah sorry for that