Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.92.0"
".": "0.93.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 236
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-63d432438e53e7ef1697b512a4f93fbc62faaceba725ccd8d56036206517deec.yml
openapi_spec_hash: 7de476081771994688a1c04508a3ebea
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-83b14e7fc19ffc252017eb4d438bfefde36b3a92a235ed669838d2fadcfdf4e8.yml
openapi_spec_hash: 581503d1dea135d37c180f632120c0b5
config_hash: 4945e03affdf289484733306e4797f81
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.93.0 (2026-03-31)

Full Changelog: [v0.92.0...v0.93.0](https://github.com/Increase/increase-php/compare/v0.92.0...v0.93.0)

### Features

* **api:** api update ([837229e](https://github.com/Increase/increase-php/commit/837229e3738ce1d6bc0c7bf75598230ccedeeafd))


### Chores

* **tests:** bump steady to v0.20.1 ([f51dd04](https://github.com/Increase/increase-php/commit/f51dd04238677a192ea670381cd0e7d58a347020))

## 0.92.0 (2026-03-30)

Full Changelog: [v0.91.0...v0.92.0](https://github.com/Increase/increase-php/compare/v0.91.0...v0.92.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d
<!-- x-release-please-start-version -->

```
composer require "increase/increase 0.92.0"
composer require "increase/increase 0.93.0"
```

<!-- x-release-please-end -->
Expand Down
6 changes: 3 additions & 3 deletions scripts/mock
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ echo "==> Starting mock server with URL ${URL}"
# Run steady mock on the given spec
if [ "$1" == "--daemon" ]; then
# Pre-install the package so the download doesn't eat into the startup timeout
npm exec --package=@stdy/cli@0.19.7 -- steady --version
npm exec --package=@stdy/cli@0.20.1 -- steady --version

npm exec --package=@stdy/cli@0.19.7 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL" &> .stdy.log &
npm exec --package=@stdy/cli@0.20.1 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL" &> .stdy.log &

# Wait for server to come online via health endpoint (max 30s)
echo -n "Waiting for server"
Expand All @@ -48,5 +48,5 @@ if [ "$1" == "--daemon" ]; then

echo
else
npm exec --package=@stdy/cli@0.19.7 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL"
npm exec --package=@stdy/cli@0.20.1 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL"
fi
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ elif ! steady_is_running ; then
echo -e "To run the server, pass in the path or url of your OpenAPI"
echo -e "spec to the steady command:"
echo
echo -e " \$ ${YELLOW}npm exec --package=@stdy/cli@0.19.7 -- steady path/to/your.openapi.yml --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots${NC}"
echo -e " \$ ${YELLOW}npm exec --package=@stdy/cli@0.20.1 -- steady path/to/your.openapi.yml --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots${NC}"
echo

exit 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ enum Reason: string

case TRANSACTION_NOT_ALLOWED = 'transaction_not_allowed';

case RETURNED_PER_ODFI_REQUEST = 'returned_per_odfi_request';

case USER_INITIATED = 'user_initiated';

case INSUFFICIENT_FUNDS = 'insufficient_funds';

case RETURNED_PER_ODFI_REQUEST = 'returned_per_odfi_request';

case AUTHORIZATION_REVOKED_BY_CUSTOMER = 'authorization_revoked_by_customer';

case PAYMENT_STOPPED = 'payment_stopped';
Expand Down
4 changes: 2 additions & 2 deletions src/InboundACHTransfers/InboundACHTransfer/Decline/Reason.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ enum Reason: string

case TRANSACTION_NOT_ALLOWED = 'transaction_not_allowed';

case RETURNED_PER_ODFI_REQUEST = 'returned_per_odfi_request';

case USER_INITIATED = 'user_initiated';

case INSUFFICIENT_FUNDS = 'insufficient_funds';

case RETURNED_PER_ODFI_REQUEST = 'returned_per_odfi_request';

case AUTHORIZATION_REVOKED_BY_CUSTOMER = 'authorization_revoked_by_customer';

case PAYMENT_STOPPED = 'payment_stopped';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ enum Reason: string
{
case INSUFFICIENT_FUNDS = 'insufficient_funds';

case RETURNED_PER_ODFI_REQUEST = 'returned_per_odfi_request';

case AUTHORIZATION_REVOKED_BY_CUSTOMER = 'authorization_revoked_by_customer';

case PAYMENT_STOPPED = 'payment_stopped';
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
namespace Increase;

// x-release-please-start-version
const VERSION = '0.92.0';
const VERSION = '0.93.0';
// x-release-please-end