Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MerchantFulfillment Operation(s) #19

Merged
merged 2 commits into from
Feb 16, 2017
Merged

Add support for MerchantFulfillment Operation(s) #19

merged 2 commits into from
Feb 16, 2017

Conversation

matt423
Copy link
Contributor

@matt423 matt423 commented Feb 15, 2017

No description provided.

@@ -0,0 +1,24 @@
require 'spec_helper'

describe MWS::API::FulfillmentOutboundShipment do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Class name isn't correct here. As well as fulfillment_outbound_shipment variable in the spec.

@@ -52,5 +52,9 @@ def reports
def sellers
@sellers ||= MWS::API::Sellers.new(self)
end

def merchant_fulfillment
@reports ||= MWS::API::MerchantFulfilllment.new(self)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like assigning to @reports is a typo, needs to be fixed.

@DanielVartanov
Copy link
Contributor

Travis is happy, thanks @matt423

@main24, as soon as you confirm you are happy, we can merge

@main24 main24 merged commit 5d33653 into veeqo:master Feb 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants