Skip to content

Commit 2fb621b

Browse files
committed
build(codegen): updating SDK
1 parent f5b7051 commit 2fb621b

19 files changed

+19
-18
lines changed

lib/commercetools-api/src/Models/Payment/PaymentMethodInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interface PaymentMethodInfo extends JsonObject
3333
public function getPaymentInterface();
3434

3535
/**
36-
* <p>Payment method used—for example, a credit card or cash advance.</p>
36+
* <p>Payment method used—for example, a credit card or direct debit.</p>
3737
*
3838
3939
* @return null|string

lib/commercetools-api/src/Models/Payment/PaymentMethodInfoBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function getPaymentInterface()
7575
}
7676

7777
/**
78-
* <p>Payment method used—for example, a credit card or cash advance.</p>
78+
* <p>Payment method used—for example, a credit card or direct debit.</p>
7979
*
8080
8181
* @return null|string

lib/commercetools-api/src/Models/Payment/PaymentMethodInfoDraft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface PaymentMethodInfoDraft extends JsonObject
3434
public function getPaymentInterface();
3535

3636
/**
37-
* <p>Payment method to use—for example, a credit card or cash advance.</p>
37+
* <p>Payment method to use—for example, a credit card or direct debit.</p>
3838
*
3939
4040
* @return null|string

lib/commercetools-api/src/Models/Payment/PaymentMethodInfoDraftBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function getPaymentInterface()
7676
}
7777

7878
/**
79-
* <p>Payment method to use—for example, a credit card or cash advance.</p>
79+
* <p>Payment method to use—for example, a credit card or direct debit.</p>
8080
*
8181
8282
* @return null|string

lib/commercetools-api/src/Models/Payment/PaymentMethodInfoDraftModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function getPaymentInterface()
104104
}
105105

106106
/**
107-
* <p>Payment method to use—for example, a credit card or cash advance.</p>
107+
* <p>Payment method to use—for example, a credit card or direct debit.</p>
108108
*
109109
*
110110
* @return null|string

lib/commercetools-api/src/Models/Payment/PaymentMethodInfoModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function getPaymentInterface()
103103
}
104104

105105
/**
106-
* <p>Payment method used—for example, a credit card or cash advance.</p>
106+
* <p>Payment method used—for example, a credit card or direct debit.</p>
107107
*
108108
*
109109
* @return null|string

lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ interface PaymentSetMethodInfoAction extends PaymentUpdateAction
3535
public function getPaymentInterface();
3636

3737
/**
38-
* <p>Payment method to use—for example, a credit card or cash advance.
38+
* <p>Payment method to use—for example, a credit card or direct debit.
3939
* If empty, any existing value will be removed.</p>
4040
* <p>Setting this field is equivalent to the <code>setMethodInfoMethod</code> action and will generate the <a href="ctp:api:type:PaymentMethodInfoMethodSetMessage">PaymentMethodInfoMethodSet</a> Message.</p>
4141
*

lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoActionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function getPaymentInterface()
7777
}
7878

7979
/**
80-
* <p>Payment method to use—for example, a credit card or cash advance.
80+
* <p>Payment method to use—for example, a credit card or direct debit.
8181
* If empty, any existing value will be removed.</p>
8282
* <p>Setting this field is equivalent to the <code>setMethodInfoMethod</code> action and will generate the <a href="ctp:api:type:PaymentMethodInfoMethodSetMessage">PaymentMethodInfoMethodSet</a> Message.</p>
8383
*

lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoActionModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function getPaymentInterface()
132132
}
133133

134134
/**
135-
* <p>Payment method to use—for example, a credit card or cash advance.
135+
* <p>Payment method to use—for example, a credit card or direct debit.
136136
* If empty, any existing value will be removed.</p>
137137
* <p>Setting this field is equivalent to the <code>setMethodInfoMethod</code> action and will generate the <a href="ctp:api:type:PaymentMethodInfoMethodSetMessage">PaymentMethodInfoMethodSet</a> Message.</p>
138138
*

lib/commercetools-api/src/Models/PaymentMethod/PaymentMethod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function getCustomer();
8686
public function getBusinessUnit();
8787

8888
/**
89-
* <p>Payment Method used for the Payment—for example, a credit card or cash advance.</p>
89+
* <p>Payment Method used for the Payment—for example, a credit card or direct debit.</p>
9090
*
9191
9292
* @return null|string

0 commit comments

Comments
 (0)