Commit Graph

31 Commits

Author SHA1 Message Date
Marko Milic
8e91b03fda TransactionRequest separated by Akka 2017-03-23 11:55:41 +01:00
hongwei1
1e42d32f97 fixed ConnectorTest For Counterparties 2017-03-20 14:26:12 +01:00
Marko Milic
a68859d603 MappedCounterparty, MappedCounterpartyMetadata and MappedCounterpartyWhereTag separated by Akka 2017-03-17 16:49:58 +01:00
hongwei1
e41462ce8c Merge remote-tracking branch 'upstream/develop' into develop
# Conflicts:
#	src/main/scala/code/bankconnectors/LocalMappedConnector.scala
2017-03-03 16:52:18 +01:00
hongwei1
7898693770 #431 modify createTransactionRequest endpoint (Kafka) for COUNTERPARTY and SEPA -- 4
rame "TransactionRequestDetails" -- > TransactionRequestBody, make code clear( reference #124)

save the Body fields to transacionrequest table
delete the transactionUUID, now we have the transactionId instead
2017-03-03 14:02:44 +01:00
Petar Bozin
e164dea18e Refactored RemotedataActors, improved ActorSystem configuration 2017-03-02 19:59:51 +01:00
hongwei1
bb126fb7a7 #431 modify createTransactionRequest endpoint (Kafka) for COUNTERPARTY and SEPA -- in process 2017-03-02 17:56:51 +01:00
hongwei1
f0262ad69f refractory the create transaction request scala tests 2017-02-28 17:23:50 +01:00
hongwei1
f80b3aa841 Merge remote-tracking branch 'upstream/develop' into develop
# Conflicts:
#	src/main/scala/code/bankconnectors/LocalMappedConnector.scala
#	src/test/scala/code/api/LocalMappedConnectorTestSetup.scala
2017-02-28 10:12:37 +01:00
hongwei1
e53cca9f2d fixed the create transaction request scala tests 2017-02-28 08:47:47 +01:00
Petar Bozin
35084fc435 All tests pass except SandboxLoading suite 2017-02-27 16:56:14 +01:00
Petar Bozin
adbfeb45e2 Akka remotedata fixes, too many to list 2017-02-23 14:16:36 +01:00
hongwei1
61ba61fcd1 fixed the create counterpart test 2017-02-22 16:30:11 +01:00
Petar Bozin
3d0e1dd293 Simplify User model #187 - Refactored APIUser -> ResourceUser and OBPUser -> AuthUser. added sql migration script for apiuser table 2017-02-09 14:34:42 +01:00
hongwei1
32d745c1da Create Transaction Request with TransactionRequestType <> SANDBOX_TAN #380 -- Mapper, no Kafka, OBP-JVM yet 2017-02-08 14:45:22 +01:00
hongwei1
99f746a18d in create transaction (Kafka) request for sandbox_tan type, the values passed to save transaction are missing the description passed in the body #159 2017-02-01 11:27:59 +01:00
hongwei1
a52e42d531 code cleanup 2017-01-22 16:42:59 +01:00
Petar Bozin
1dde0a8885 Merge branch 'develop' of github.com:OpenBankProject/OBP-API into develop 2017-01-04 20:30:44 +01:00
Petar Bozin
bb251deb20 ViewImpl and ViewPrivileges completely separated via Akka, but still not ready for remoteactor 2017-01-04 20:28:03 +01:00
hongwei1
5b03313fb7 Change some field names in Counterparty and associated API calls that GET / POST #298 2016-12-27 14:15:41 +01:00
hongwei1
524ba6333d Add Transaction Request Type COUNTERPARTY #267 2016-12-13 14:57:59 +01:00
hongwei1
39fcb408cb Ensured counterparty is unique for name/ bank_id/account_id/view_id;
Added Test for Create counterparty ;
Added Test scenarios for SEPA;
2016-11-30 23:45:03 +01:00
hongwei1
dd43bed064 modify the test for Transaction Requests ,V210 new Counterparty #223 2016-11-28 22:13:14 +01:00
hongwei1
a895c10aec #243 Added Iban in SEPA details reponse and fixed the FROM_FORM data format 2016-11-24 16:24:23 +01:00
Petar Bozin
279df2e18b Refactored MappedTransaction, added KafkaTransaction placeholder 2016-06-25 13:42:14 +02:00
Marko Milic
f258a0350b Allow non account owner to create any Transation Request at a BANK_ID if they have canCreateAnyTransactionRequest Entitlement #52 2016-06-18 01:38:40 +02:00
Petar Bozin
8020b53125 Upgraded to scala 2.11 2016-05-13 18:38:40 +02:00
Simon Redfern
105acbd9f1 Reverting UniqueIndex on permalink and adding TODO on createBank and tests to support (WIP) 2015-06-01 00:42:07 +02:00
Stefan Bethge
27ad263077 started deleting accounts, test etc. moved some files into new management package 2015-04-16 19:03:14 +02:00
Everett Sochowski
730576d19e Only make one db call for the account when getting multiple transactions for the same account 2015-01-27 17:05:59 +01:00
Everett Sochowski
0c9dd81cfa Switch connector implementation to LocalMappedConnector and switch the tests to test against it 2014-11-28 16:18:18 +01:00