mirror of
https://github.com/valitydev/anapi-v2.git
synced 2024-11-06 08:35:19 +00:00
Magista-proto updated, shops list creation changed
This commit is contained in:
parent
4b047db9d2
commit
c31b3bb4ce
2
pom.xml
2
pom.xml
@ -74,7 +74,7 @@
|
||||
<dependency>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>magista-proto</artifactId>
|
||||
<version>1.19-50148e1</version>
|
||||
<version>1.20-f95c236</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
|
@ -33,7 +33,7 @@ public class AccessService {
|
||||
|
||||
List<String> shopIds = vortigonService.getShopIds(partyId, Objects.requireNonNullElse(realm, "live"));
|
||||
|
||||
if (!shopIds.isEmpty()) {
|
||||
if (!requestShopIds.isEmpty()) {
|
||||
shopIds = requestShopIds.stream()
|
||||
.filter(shopIds::contains)
|
||||
.collect(Collectors.toList());
|
||||
|
Loading…
Reference in New Issue
Block a user