diff --git a/SwedbankPaySDK/Classes/Api/SwedbankPayAPIEnpointRouter.swift b/SwedbankPaySDK/Classes/Api/SwedbankPayAPIEnpointRouter.swift index 268d2b4..803d89e 100644 --- a/SwedbankPaySDK/Classes/Api/SwedbankPayAPIEnpointRouter.swift +++ b/SwedbankPaySDK/Classes/Api/SwedbankPayAPIEnpointRouter.swift @@ -87,7 +87,7 @@ struct SwedbankPayAPIEnpointRouter: EndpointRouterProtocol { } case .preparePayment: return ["integration": "HostedView", - "deviceAcceptedWallets": PKPaymentAuthorizationController.canMakePayments() ? "ApplePay" : "", + "deviceAcceptedWallets": PKPaymentAuthorizationController.canMakePayments() ? "ApplePay;ClickToPay" : "ClickToPay", "client": ["userAgent": SwedbankPaySDK.VersionReporter.userAgent, "ipAddress": NetworkStatusProvider.getAddress(for: .wifi) ?? NetworkStatusProvider.getAddress(for: .cellular) ?? "", "screenHeight": String(Int32(UIScreen.main.nativeBounds.height)),