Skip to content

Commit c4ba4c2

Browse files
XSD changes
1 parent d4165dc commit c4ba4c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/net/authorize/api/contract/v1/UpdateCustomerProfileRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* <complexContent>
2626
* <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
2727
* <sequence>
28-
* <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileExType"/>
28+
* <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}CustomerProfileExType"/>
2929
* </sequence>
3030
* </extension>
3131
* </complexContent>
@@ -50,7 +50,7 @@ public class UpdateCustomerProfileRequest
5050
*
5151
* @return
5252
* possible object is
53-
* {@link customerProfileExType }
53+
* {@link CustomerProfileExType }
5454
*
5555
*/
5656

@@ -63,7 +63,7 @@ public CustomerProfileExType getProfile() {
6363
*
6464
* @param value
6565
* allowed object is
66-
* {@link customerProfileExType }
66+
* {@link CustomerProfileExType }
6767
*
6868
*/
6969
public void setProfile(CustomerProfileExType profile) {

0 commit comments

Comments
 (0)