Fix user creation in order - language_id doesnt have a default value
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user