Skip to content

Commit

Permalink
Merge pull request #83 from mediaopt/bugfix/36770-remove-payee-from-c…
Browse files Browse the repository at this point in the history
…reatePayPalOrder

36770 - remove payee from createPayPalOrder
  • Loading branch information
LiudmylaMasliuk authored Jul 4, 2024
2 parents 219bfd1 + 87bcc09 commit 565f0be
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ async function prepareCreateOrderRequest(
country_code: cart.shippingAddress.country,
},
},
payee: settings?.merchantId
? {
merchant_id: settings.merchantId,
}
: undefined,
invoice_id: payment.id,
description: paymentDescription,
items: cart?.lineItems?.map((lineItem) =>
Expand Down

0 comments on commit 565f0be

Please sign in to comment.