Fix user creation in order - language_id doesnt have a default value

This commit is contained in:
2024-02-01 09:51:58 +11:00
parent 27720ee882
commit 7c91082ca8
2 changed files with 2 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ use Intuit\Models\Payment as PaymentModel;
*
* This will:
* + Create/Update the payment in our system
* + Assocate the payment to the same invoice in our system
* + Associate the payment to the same invoice in our system
*/
class AccountingPaymentSync implements ShouldQueue
{