Closed dawnd80 closed 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!
Thanks @dawnd80
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!