minskylab / medusa-payment-mercadopago

A MedusaJS plugin for Mercado Pago, a payment platform in Latin America. It enables merchants to accept payments in their local currency.
MIT License
35 stars 8 forks source link

hotfix: cannot read first_name of undefined error #4

Closed marcotuliocnd closed 1 year ago

marcotuliocnd commented 1 year ago

What does this PR do

This fix is needed because in some cases, the first_name and last_name parameter does not exist in medusa payment sessions, and this is triggering an error: Cannot ready properties first_name of undefined

annalbirena commented 1 year ago

LGTM! Thanks for your contribution @marcotuliocnd