From 1b8373534416bc8a17f6dfe970c66e59f1af56ae Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 31 Oct 2023 13:16:35 +0000 Subject: [PATCH] Remove buy with prime intent --- .../MobileBuyIntegration/MobileBuyIntegration/CartManager.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Samples/MobileBuyIntegration/MobileBuyIntegration/CartManager.swift b/Samples/MobileBuyIntegration/MobileBuyIntegration/CartManager.swift index 13f09f6f..9b674174 100644 --- a/Samples/MobileBuyIntegration/MobileBuyIntegration/CartManager.swift +++ b/Samples/MobileBuyIntegration/MobileBuyIntegration/CartManager.swift @@ -162,7 +162,6 @@ class CartManager { let deliveryAddressPreferences = [Storefront.DeliveryAddressInput.create(deliveryAddress: Input(orNull: deliveryAddress))] return Storefront.CartInput.create( - attributes: Input(orNull: [Storefront.AttributeInput(key: "isBuyWithPrimeIntent", value: "true")]), lines: Input(orNull: items.map({ Storefront.CartLineInput.create(merchandiseId: $0) })), buyerIdentity: Input(orNull: Storefront.CartBuyerIdentityInput.create( email: Input(orNull: email),