Skip to content

Commit 82cc91a

Browse files
committed
Remove mock response
1 parent 4dcb233 commit 82cc91a

3 files changed

Lines changed: 1 addition & 209 deletions

File tree

Adyen.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@
605605
C9ADC51B2F7EA9C200418EE9 /* UPIFlowType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9ADC51A2F7EA9C200418EE9 /* UPIFlowType.swift */; };
606606
C9ADC51D2F7EB68900418EE9 /* URLSchemeCheckerMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9ADC51C2F7EB68900418EE9 /* URLSchemeCheckerMock.swift */; };
607607
C9ADC51E2F7EB68900418EE9 /* URLSchemeCheckerMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9ADC51C2F7EB68900418EE9 /* URLSchemeCheckerMock.swift */; };
608-
C9ADC5222F80115500418EE9 /* UPIAppResponseMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9ADC5212F80115500418EE9 /* UPIAppResponseMock.swift */; };
609608
C9B6683527C7CB7A006950B9 /* AnalyticsFlavor.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9B6683427C7CB7A006950B9 /* AnalyticsFlavor.swift */; };
610609
C9B6683727C8D7FB006950B9 /* AnalyticsData.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9B6683627C8D7FB006950B9 /* AnalyticsData.swift */; };
611610
C9B6683927C903FE006950B9 /* AdyenContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9B6683827C903FE006950B9 /* AdyenContext.swift */; };
@@ -2081,7 +2080,6 @@
20812080
C9ADC5182F7EA75100418EE9 /* URLSchemeChecking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLSchemeChecking.swift; sourceTree = "<group>"; };
20822081
C9ADC51A2F7EA9C200418EE9 /* UPIFlowType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UPIFlowType.swift; sourceTree = "<group>"; };
20832082
C9ADC51C2F7EB68900418EE9 /* URLSchemeCheckerMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLSchemeCheckerMock.swift; sourceTree = "<group>"; };
2084-
C9ADC5212F80115500418EE9 /* UPIAppResponseMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UPIAppResponseMock.swift; sourceTree = "<group>"; };
20852083
C9B6683427C7CB7A006950B9 /* AnalyticsFlavor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsFlavor.swift; sourceTree = "<group>"; };
20862084
C9B6683627C8D7FB006950B9 /* AnalyticsData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsData.swift; sourceTree = "<group>"; };
20872085
C9B6683827C903FE006950B9 /* AdyenContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdyenContext.swift; sourceTree = "<group>"; };
@@ -2974,7 +2972,6 @@
29742972
isa = PBXGroup;
29752973
children = (
29762974
002B92F2294B2857000B93F4 /* UPIComponent.swift */,
2977-
C9ADC5212F80115500418EE9 /* UPIAppResponseMock.swift */,
29782975
002B92F4294B6987000B93F4 /* UPIComponentDetails.swift */,
29792976
C9ADC51A2F7EA9C200418EE9 /* UPIFlowType.swift */,
29802977
);
@@ -8153,7 +8150,6 @@
81538150
isa = PBXSourcesBuildPhase;
81548151
buildActionMask = 2147483647;
81558152
files = (
8156-
C9ADC5222F80115500418EE9 /* UPIAppResponseMock.swift in Sources */,
81578153
00F621BE27EB132500C04097 /* AtomeComponent.swift in Sources */,
81588154
F9B017252604F49C001F23FC /* BasicPersonalInfoFormDetails.swift in Sources */,
81598155
F9175EC22593950D00D653BE /* QiwiWalletComponent.swift in Sources */,

AdyenComponents/UPI/UPIAppResponseMock.swift

Lines changed: 0 additions & 202 deletions
This file was deleted.

AdyenComponents/UPI/UPIComponent.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,8 @@ internal extension UPIComponent {
362362
installedUPIApps.isEmpty ? upiApps : installedUPIApps
363363
}
364364

365-
// TODO: - Remove mock response when backend changes are ready.
366365
private var upiApps: [Issuer] {
367-
// return upiPaymentMethod.apps ?? []
368-
UPIAppsResponseMock().apps ?? []
366+
upiPaymentMethod.apps ?? []
369367
}
370368
}
371369

0 commit comments

Comments
 (0)