Sha256: 63c319be6cae83805153e2f16fbd1177902d830a24d8707524deaf6a1f04f9cf

Contents?: true

Size: 814 Bytes

Versions: 2

Compression:

Stored size: 814 Bytes

Contents

# frozen_string_literal: true

# Unit tests for Noths::RefundsApi
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'RefundsApi' do
  let(:instance) { Noths::RefundsApi.new }

  describe 'test an instance of RefundsApi' do
    it 'should create an instance of RefundsApi' do
      expect(instance).to be_instance_of(Noths::RefundsApi)
    end
  end

  # unit tests for refunds_create
  # Refund an order
  # Refunds all or part of an order
  # @param token Authentication credential
  # @param order_id Order id
  # @param refund_reason Customer will see this message
  # @param cents 
  # @param [Hash] opts the optional parameters
  # @return [RefundResponse]
  describe 'refunds_create test' do
    it 'should work'
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
noths-0.2.1 spec/api/refunds_api_spec.rb
noths-0.2.0 spec/api/refunds_api_spec.rb