spec/integration/gateway_spec.rb in mundipagg_api-1.0.0 vs spec/integration/gateway_spec.rb in mundipagg_api-1.0.1

- old
+ new

@@ -1,8 +1,8 @@ require_relative '../../lib/mundipagg_api' require_relative 'test_helper' -merchant_key = '8A2DD57F-1ED9-4153-B4CE-69683EFADAD5' +merchant_key = 'merchantKey' gateway = MundipaggApi.new(:production, merchant_key) RSpec.describe MundipaggApi do it 'should create a sale with boleto' do createSaleRequest = CreateSaleRequest.new \ No newline at end of file