Invoice Widgets completed
This commit is contained in:
@@ -27,7 +27,7 @@ class CreateInvoiceCommand {
|
||||
'type' => $this->request->invoiceType,
|
||||
'type_other' => $this->request->invoiceTypeExtended,
|
||||
'donation' => $this->request->isDonation,
|
||||
'userId' => $this->request->userId,
|
||||
'user_id' => $this->request->userId,
|
||||
'contact_name' => $this->request->contactName,
|
||||
'contact_email' => $this->request->contactEmail,
|
||||
'contact_phone' => $this->request->contactPhone,
|
||||
|
||||
Reference in New Issue
Block a user