Skip to content

Commit

Permalink
Merge branch 'main' into error-on-checkout-liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
cianbuckley authored Oct 31, 2023
2 parents 22935ac + 45e5489 commit 667b005
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 667b005

Please sign in to comment.