Skip to content

Commit

Permalink
Remove buy with prime intent (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur authored Oct 31, 2023
1 parent 953efd4 commit 45e5489
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 45e5489

Please sign in to comment.