xendit / xendit-php

Xendit REST API Client for PHP - Card, Virtual Account, Invoice, Disbursement, Recurring Payments, Payout, EWallet, Balance, Retail Outlets Services, xenPlatforms
https://developers.xendit.co/api-reference/
MIT License
153 stars 76 forks source link

Update invoice payer_email and description as optional #135

Closed wwchen21227 closed 1 year ago

wwchen21227 commented 3 years ago

https://github.com/xendit/xendit-php/blob/e4df989aac9e71512a544e7cb69f863d51adcfe3/src/Invoice.php#L49

iprastha commented 3 years ago

This resulted in inconsistencies between the documentation ( https://developers.xendit.co/api-reference/?php#create-invoice ) and the actual result, without parsing payer_email and description (marked as optional in the docs), invoice won't be created

derryberni commented 3 years ago

I also experienced the same thing, need fix it because make confused

David-Kurniawan commented 2 years ago

147

adityarx commented 1 year ago

Closing as resolved~