mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-23 01:08:05 +01:00
Remove Subscriptions.PCI attribute
This commit is contained in:
@@ -416,7 +416,7 @@ class SubscriptionControllerTest {
|
||||
final SubscriptionManager.Record recordWithCustomerId = SubscriptionManager.Record.from(record.user,
|
||||
dynamoItemWithProcessorCustomer);
|
||||
|
||||
when(SUBSCRIPTION_MANAGER.updateProcessorAndCustomerId(any(SubscriptionManager.Record.class), any(),
|
||||
when(SUBSCRIPTION_MANAGER.setProcessorAndCustomerId(any(SubscriptionManager.Record.class), any(),
|
||||
any(Instant.class)))
|
||||
.thenReturn(CompletableFuture.completedFuture(recordWithCustomerId));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user