Skip to content

Commit e3e894c

Browse files
committed
build(codegen): updating SDK
1 parent 9a39dbc commit e3e894c

8 files changed

+8
-7
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMePaymentsByIDDelete.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>This endpoint can only delete a Payment when it has no Transactions.</p>
23+
* <p>Deletes the Payment for a given <code>id</code>. You can only delete a Payment if it has no Transactions.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMePaymentsByIDGet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
*
23+
* <p>Returns a Payment for a given <code>id</code>.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMePaymentsByIDPost.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>This endpoint can only update a Payment when it has no Transactions.</p>
23+
* <p>Updates a Payment for a given <code>id</code>. You can only update a Payment if it has no Transactions.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMePaymentsByIDPostString.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import org.apache.commons.lang3.builder.HashCodeBuilder;
2222

2323
/**
24-
* <p>This endpoint can only update a Payment when it has no Transactions.</p>
24+
* <p>Updates a Payment for a given <code>id</code>. You can only update a Payment if it has no Transactions.</p>
2525
*
2626
* <hr>
2727
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMePaymentsGet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
*
23+
* <p>Returns all Payments that match a given Query Predicate.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMePaymentsPost.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.lang3.builder.HashCodeBuilder;
2121

2222
/**
23-
* <p>Creating a Payment produces the PaymentCreated Message.</p>
23+
* <p>Creates a Payment for the Customer or an anonymous user. Creating a Payment produces the PaymentCreated Message.</p>
2424
*
2525
* <hr>
2626
* <div class=code-example>

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyMePaymentsPostString.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import org.apache.commons.lang3.builder.HashCodeBuilder;
2222

2323
/**
24-
* <p>Creating a Payment produces the PaymentCreated Message.</p>
24+
* <p>Creates a Payment for the Customer or an anonymous user. Creating a Payment produces the PaymentCreated Message.</p>
2525
*
2626
* <hr>
2727
* <div class=code-example>

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,3 +294,4 @@ dd82e076236554dd808fb9309d53cb2a207cb296
294294
aa1065bc2b62370c10a6fd7f49098bd9ec71c3ad
295295
6fbc0468427de97a13a8ae23c0d0c157b52b2f45
296296
9b3af920548866a0b9804f2ed2396d5ee45ef1bc
297+
ab4dd4a6e46c77f13c03d43fe3628f37509c95b4

0 commit comments

Comments
 (0)