test/test_helper.rb in pagarme-2.3.0 vs test/test_helper.rb in pagarme-2.4.0
- old
+ new
@@ -33,10 +33,10 @@
end
protected
def ensure_positive_balance
VCR.use_cassette 'TestCase/ensure_positive_balance' do
- transaction = PagarMe::Transaction.charge transaction_with_boleto_params(amount: 100_000_00)
+ transaction = PagarMe::Transaction.charge transaction_with_customer_with_boleto_params(amount: 100_000_00)
transaction.status = :paid
transaction.save
end
end