mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:27:01 +00:00
refactor/fixed the compiling error
This commit is contained in:
parent
0b68b2e559
commit
66fe397b58
@ -62,6 +62,8 @@ class AtmsTest extends V140ServerSetup with DefaultUsers {
|
||||
cashWithdrawalNationalFee: Option[String] = None,
|
||||
cashWithdrawalInternationalFee: Option[String] = None,
|
||||
balanceInquiryFee: Option[String] = None,
|
||||
atmType: Option[String] = None,
|
||||
phone: Option[String] = None,
|
||||
) extends AtmT
|
||||
|
||||
case class AddressImpl(line1 : String, line2 : String, line3 : String, city : String, county : Option[String],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user