mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
Support multi-currency transfers (#1175)
This commit is contained in:
@@ -18,7 +18,6 @@ class Account::TransfersControllerTest < ActionDispatch::IntegrationTest
|
||||
to_account_id: accounts(:credit_card).id,
|
||||
date: Date.current,
|
||||
amount: 100,
|
||||
currency: "USD",
|
||||
name: "Test Transfer"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user