Skip to content

Commit c5a7975

Browse files
committed
Fixed conflict
1 parent 0bdbcaa commit c5a7975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purchaseorder_header.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type BuyerReferenceNumber struct {
2525
}
2626

2727
type BuyerReference struct {
28-
XMLName xml.Name `xml:"BuyerRefNum"`
28+
XMLName xml.Name `xml:"Reference"`
2929
ReferenceNumber string `xml:"RefNum"`
3030
}
3131

0 commit comments

Comments
 (0)