lineofflight / peddler

Amazon Selling Partner API (SP-API) in Ruby
https://lineofflight.github.io/peddler/
MIT License
307 stars 130 forks source link

get_capture_details doesn't work #30

Closed dawnd80 closed 9 years ago

dawnd80 commented 9 years ago

Hi there, I can't seem to call get_capture_details to work. I looked into the source code:

def get_capture_details(amazon_capture_id) operation('GetAuthorizationDetails') .add('AmazonCaptureId' => amazon_capture_id) run end

Should the operation be set to GetCaptureDetails? Thanks!

hakanensari commented 9 years ago

Thanks @dawnd80