We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 347131e + 98bbfd8 commit d4989ffCopy full SHA for d4989ff
RELEASE_NOTES.md
@@ -1,4 +1,3 @@
1
-### New Features
+### Bug Fix
2
3
-Implement the new (Custom Template Associations)[https://developer.bigcommerce.com/api-reference/store-management/custom-template-associations]
4
-API.
+Fix issue with all batch operations under PHP 7.4
src/BigCommerce/Api/Generic/BatchUpdateResource.php
@@ -10,7 +10,7 @@
10
trait BatchUpdateResource
11
{
12
abstract public function batchUpdate(array $resources): PaginatedResponse;
13
- abstract public function multipleResourcesEndpoint(): string;
+ abstract protected function multipleResourcesEndpoint(): string;
14
abstract public function getClient(): Client;
15
16
protected function maxBatchSize(): int
0 commit comments