Sha256: 5a10ae705aecf318372c01a3da529db67b421ab1549532850dd0d08c7f2ccb53

Contents?: true

Size: 404 Bytes

Versions: 3

Compression:

Stored size: 404 Bytes

Contents

module Workarea
  decorate Payment::Purchase::CreditCardTest, with: :cim do
    def test_complete_purchase_on_the_credit_card_gateway
      # no purchase on this gateway
    end

    def test_cancel_voids_with_the_authorization_from_the_transaction
      # no void on this gateway
    end

    private

    def payment
      @payment ||= create_payment(profile: create_payment_profile)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-authorize_cim-2.1.3 test/models/workarea/payment/purchase/credit_card_test.decorator
workarea-authorize_cim-2.1.2 test/models/workarea/payment/purchase/credit_card_test.decorator
workarea-authorize_cim-2.1.1 test/models/workarea/payment/purchase/credit_card_test.decorator