Skip to content

Commit 36a5b0f

Browse files
authored
Merge pull request #54 from GregOriol/master
Re-generated client with latest KillBill 0.22.8 and swagger-codegen 3.0.19
2 parents 74b5ca8 + 2e3771a commit 36a5b0f

99 files changed

Lines changed: 245 additions & 231 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.swagger-codegen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.16
1+
3.0.19

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ Feel free to ask questions on the [killbilling-users](https://groups.google.com/
139139

140140
This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
141141

142-
- API version: 0.20.13
142+
- API version: 0.22.8
143143
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
144144

145145
Download [swagger-codegen](https://github.com/swagger-api/swagger-codegen):
146146
```
147-
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.16/swagger-codegen-cli-3.0.16.jar -O swagger-codegen-cli.jar
147+
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.19/swagger-codegen-cli-3.0.19.jar -O swagger-codegen-cli.jar
148148
```
149149

150150
and run the following:

docs/Api/InvoiceApi.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Name | Type | Description | Notes
314314
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
315315

316316
# **createInstantPayment**
317-
> \Killbill\Client\Swagger\Model\InvoicePayment createInstantPayment($body, $xKillbillCreatedBy, $invoiceId, $xKillbillReason, $xKillbillComment, $externalPayment, $pluginProperty)
317+
> \Killbill\Client\Swagger\Model\InvoicePayment createInstantPayment($body, $xKillbillCreatedBy, $invoiceId, $xKillbillReason, $xKillbillComment, $externalPayment, $controlPluginName, $pluginProperty)
318318
319319
Trigger a payment for invoice
320320

@@ -346,10 +346,11 @@ $invoiceId = "38400000-8cf0-11bd-b23e-10b96e4ef00d"; // string |
346346
$xKillbillReason = "xKillbillReason_example"; // string |
347347
$xKillbillComment = "xKillbillComment_example"; // string |
348348
$externalPayment = true; // bool |
349+
$controlPluginName = array("controlPluginName_example"); // string[] |
349350
$pluginProperty = array("pluginProperty_example"); // string[] |
350351

351352
try {
352-
$result = $apiInstance->createInstantPayment($body, $xKillbillCreatedBy, $invoiceId, $xKillbillReason, $xKillbillComment, $externalPayment, $pluginProperty);
353+
$result = $apiInstance->createInstantPayment($body, $xKillbillCreatedBy, $invoiceId, $xKillbillReason, $xKillbillComment, $externalPayment, $controlPluginName, $pluginProperty);
353354
print_r($result);
354355
} catch (Exception $e) {
355356
echo 'Exception when calling InvoiceApi->createInstantPayment: ', $e->getMessage(), PHP_EOL;
@@ -367,6 +368,7 @@ Name | Type | Description | Notes
367368
**xKillbillReason** | **string**| | [optional]
368369
**xKillbillComment** | **string**| | [optional]
369370
**externalPayment** | **bool**| | [optional]
371+
**controlPluginName** | [**string[]**](../Model/string.md)| | [optional]
370372
**pluginProperty** | [**string[]**](../Model/string.md)| | [optional]
371373

372374
### Return type

docs/Model/Entity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**createdDate** | [**\DateTime**](\DateTime.md) | | [optional]
76
**updatedDate** | [**\DateTime**](\DateTime.md) | | [optional]
7+
**createdDate** | [**\DateTime**](\DateTime.md) | | [optional]
88
**id** | **string** | | [optional]
99

1010
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

lib/Api/AccountApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
*
1515
* Kill Bill is an open-source billing and payments platform
1616
*
17-
* OpenAPI spec version: 0.22.1
17+
* OpenAPI spec version: 0.22.8
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.16
20+
* Swagger Codegen version: 3.0.19
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/AdminApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
*
1515
* Kill Bill is an open-source billing and payments platform
1616
*
17-
* OpenAPI spec version: 0.22.1
17+
* OpenAPI spec version: 0.22.8
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.16
20+
* Swagger Codegen version: 3.0.19
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/BundleApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
*
1515
* Kill Bill is an open-source billing and payments platform
1616
*
17-
* OpenAPI spec version: 0.22.1
17+
* OpenAPI spec version: 0.22.8
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.16
20+
* Swagger Codegen version: 3.0.19
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/CatalogApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
*
1515
* Kill Bill is an open-source billing and payments platform
1616
*
17-
* OpenAPI spec version: 0.22.1
17+
* OpenAPI spec version: 0.22.8
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.16
20+
* Swagger Codegen version: 3.0.19
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/CreditApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
*
1515
* Kill Bill is an open-source billing and payments platform
1616
*
17-
* OpenAPI spec version: 0.22.1
17+
* OpenAPI spec version: 0.22.8
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.16
20+
* Swagger Codegen version: 3.0.19
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/CustomFieldApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
*
1515
* Kill Bill is an open-source billing and payments platform
1616
*
17-
* OpenAPI spec version: 0.22.1
17+
* OpenAPI spec version: 0.22.8
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.16
20+
* Swagger Codegen version: 3.0.19
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

0 commit comments

Comments
 (0)