From 45e5489340ce83c02b91590faa4d7223569ad1d8 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 31 Oct 2023 13:19:04 +0000 Subject: [PATCH] Remove buy with prime intent (#45) --- .../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),