Sha256: 9bb5b6cfe9eee6da2e337e43416a244d3c2c7e29051f6b02395426e2a25178a0

Contents?: true

Size: 269 Bytes

Versions: 3

Compression:

Stored size: 269 Bytes

Contents

require 'helper'
require 'mws/products'

class MWSOffAmazonPaymentsTest < MiniTest::Test
  def test_sandbox
    client = MWS::OffAmazonPayments.new(marketplace_id: 'A1F83G8C2ARO7P').sandbox
    assert_includes client.aws_endpoint, 'OffAmazonPayments_Sandbox'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
peddler-0.8.0 test/unit/mws/test_off_amazon_payments.rb
peddler-0.7.11 test/unit/mws/test_off_amazon_payments.rb
peddler-0.7.10 test/unit/mws/test_off_amazon_payments.rb