Skip to content

Commit 4d85bcc

Browse files
committed
bug fix
1 parent 9fd1be7 commit 4d85bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/USPS/API.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected function convertToXML()
4747
[
4848
'rootElementName' => $this->rootElementName,
4949

50-
'_attributes' => ['USERID' => $this->userid]
50+
'_attributes' => ['USERID' => $this->userId]
5151

5252
], false
5353
);

0 commit comments

Comments
 (0)