mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Add EveryPay payments
* Refactor BankLink into Payments::BankLink, add Payments::EveryPay * Write tests for existing invoice views * Write basic tests for Payments module
This commit is contained in:
parent
f7c2b25a66
commit
c5591b4828
32 changed files with 818 additions and 31 deletions
|
@ -30,6 +30,7 @@ class ActionDispatch::IntegrationTest
|
|||
|
||||
def teardown
|
||||
Warden.test_reset!
|
||||
WebMock.reset!
|
||||
Capybara.reset_sessions!
|
||||
Capybara.use_default_driver
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue