pagarme / pagarme-nodejs-sdk

Other
22 stars 13 forks source link

Is "address" in customer schema really required? #10

Open LucasHang opened 1 year ago

LucasHang commented 1 year ago

The application where I'm trying to use this lib does not require the customer address, so I don't have an address to put on the createOrder() body. Looking into the Pagarme Docs it seems to be an optional field. I wonder if you could make it optional?