You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using example code to create invoice in this, got error compile time. This seems like property customer at InvoiceParameter not compatible with CustomerResponse type, although the example using it.
Full log :
Severity Code Description Project File Line Suppression State
Error (active) CS0029 Cannot implicitly convert type 'Xendit.net.Model.Customer.CustomerResponse' to 'Xendit.net.Model.Customer.Customer'
Using example code to create invoice in this, got error compile time. This seems like property customer at InvoiceParameter not compatible with CustomerResponse type, although the example using it.
Full log :
Reproduce Code :
The text was updated successfully, but these errors were encountered: