Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 9b9c585

Browse files
ahinkleStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 46e87b4 commit 9b9c585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Carts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function estimateShippingMethods($body = [])
3838
public function totalsInformation($body = [])
3939
{
4040
$this->validateSingleStoreCode();
41-
41+
4242
return $this->post('/carts/mine/totals-information', $body);
4343
}
4444
}

0 commit comments

Comments
 (0)