Commit Graph

35 Commits

Author SHA1 Message Date
Anatoly Karlov
b934fe2569 refactor webconfig 2024-10-18 22:24:56 +07:00
Anatoly Karlov
fd684507a7 add logs, add invoiceAmount, refactor errorMessage
Some checks failed
Deploy Docker Image / build-and-deploy (push) Has been cancelled
2024-10-10 22:41:04 +07:00
Anatoly Karlov
1fe1484b2e add logs, add invoiceAmount, refactor errorMessage 2024-10-10 21:58:11 +07:00
Anatolii Karlov
5e5796c09c
add PartyManagementService for getting Shop (#21)
Some checks are pending
Deploy Docker Image / build-and-deploy (push) Waiting to run
* patry with cache

* add PartyManagementService for getting Shop

* add PartyManagementService for getting Shop
2024-10-10 10:09:24 +03:00
Egor Cherniak
4c233cf774
Switch to uuid (#20)
Some checks are pending
Deploy Docker Image / build-and-deploy (push) Waiting to run
* Switch to uuid

* Cleanup imports

* Fix build

* upd

---------

Co-authored-by: Anatoly Karlov <karleowne@gmail.com>
2024-10-09 15:45:03 +03:00
Anatolii Karlov
40c243a554
add MerchantDisputesHandler (#18)
Some checks are pending
Deploy Docker Image / build-and-deploy (push) Waiting to run
2024-10-09 12:35:02 +03:00
Anatolii Karlov
0ac8e750df
simplify getStatus (#17)
Some checks are pending
Deploy Docker Image / build-and-deploy (push) Waiting to run
2024-10-08 16:46:11 +03:00
Anatolii Karlov
97cea082bc
ReadyForCreateAdjustments (#15)
Some checks are pending
Deploy Docker Image / build-and-deploy (push) Waiting to run
2024-09-25 10:20:08 +03:00
Anatolii Karlov
5f866d78da
increase test coverage (#13) 2024-09-24 17:31:44 +03:00
Anatoly Karlov
1cbbda9909 checkSerialization 2024-09-23 21:12:13 +07:00
Anatolii Karlov
c3f37a8f1b
experiments with Zonky (#12) 2024-09-23 15:12:38 +03:00
Anatoly Karlov
b97cc31482 refactor 2024-09-23 18:37:06 +07:00
Anatolii Karlov
e10acfeec1
IMP-327: add callback handler (#11)
Some checks failed
Deploy Docker Image / build-and-deploy (push) Has been cancelled
2024-09-20 16:37:38 +03:00
Anatoly Karlov
3950e053f8 fix exponentialBackOffPolling
Some checks are pending
Deploy Docker Image / build-and-deploy (push) Waiting to run
2024-09-19 22:54:34 +07:00
Anatoly Karlov
3f39b48dc2 support optional 2024-09-19 21:51:05 +07:00
Anatoly Karlov
d830aeeae5 fix mapping 2024-09-19 21:33:26 +07:00
Anatoly Karlov
8abbe9e25a add withAttachments 2024-09-19 21:30:19 +07:00
Anatolii Karlov
6faacd9ac1
fixes, add already_exist_created flow, add GetDispute handler (#9) 2024-09-19 17:09:35 +03:00
Anatoly Karlov
7c61521a9a fix component scan 2024-08-30 23:01:25 +07:00
Anatolii Karlov
d7a19835cf
add CreateAdjustment schedulator (#7) 2024-08-30 16:03:39 +03:00
Anatolii Karlov
7e6c5f1ba6
IMP-313: add ManualParsing module (#5) 2024-08-30 16:21:38 +07:00
Anatoly Karlov
02ecf76e03 add cancelReason 2024-08-29 00:29:05 +07:00
Anatoly Karlov
92f0755021 add AdminDisputesHandler 2024-08-29 00:27:07 +07:00
Anatoly Karlov
3625778fd0 fix log 2024-08-28 01:06:14 +07:00
Anatoly Karlov
cc4e6a1426 rename test 2024-08-27 23:26:16 +07:00
Anatoly Karlov
29bc4e5800 use MediaType for validate 2024-08-27 23:25:24 +07:00
Anatoly Karlov
226be289e5 fix HttpClient execute, bump libs 2024-08-27 18:22:34 +07:00
Anatoly Karlov
4e64264772 rename 2024-08-27 13:55:30 +07:00
Anatoly Karlov
519f3afa2e add readme 2024-08-27 13:44:58 +07:00
dependabot[bot]
c6363d5b82
Bump com.google.guava:guava from 31.1-jre to 32.0.0-jre (#3)
Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 18:58:22 +03:00
Anatolii Karlov
a3912e6c61
add checkExistBeforeCreate (#4) 2024-08-26 18:47:37 +03:00
Anatoly Karlov
8841105dc5 fix TimerProperties 2024-08-26 21:11:11 +07:00
Anatolii Karlov
ad8b3e10d9
IMP-268: impl service (#2)
* IMP-268: impl service

* IMP-268: cleanup

* IMP-268: cleanup

* IMP-268: development of consistency and fault tolerance

* IMP-268: extra Adjustment logic

* IMP-268: cleanup

* IMP-268: review fixes

* IMP-268: add mdc async

* IMP-268: Conditionally Enable Scheduled Jobs

* IMP-268: Conditionally Enable Scheduled Jobs

* IMP-268: Conditionally Enable Scheduled Jobs

* IMP-268: Conditionally Enable Scheduled Jobs

* IMP-268: Conditionally Enable Scheduled Jobs

* IMP-268: readme

* IMP-268: readme

* IMP-268: readme

* IMP-268: readme

* IMP-268: readme

* IMP-268: readme

* IMP-268: add pooling

* IMP-268: add pooling
2024-08-26 15:31:48 +03:00
Anatoly Karlov
e01418e576 init structure 2024-08-13 17:38:40 +07:00
Anatolii Karlov
9e931022b7
Initial commit 2024-08-08 11:09:54 +03:00