mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
improve idempotency
This commit is contained in:
parent
c163f3c1a4
commit
e469bee620
@ -166,6 +166,7 @@ class MultiPaymentDeleteTest extends TestCase
|
||||
],
|
||||
],
|
||||
'date' => '2019/12/12',
|
||||
'idempotency_key' => md5(time()),
|
||||
];
|
||||
|
||||
$response = $this->withHeaders([
|
||||
|
Loading…
x
Reference in New Issue
Block a user