Skip to content

Commit

Permalink
docs: update URLs from stainlessapi.com to stainless.com (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-ci-bot committed Feb 27, 2025
1 parent 509f9b6 commit f60edfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Reporting Security Issues

This SDK is generated by [Stainless Software Inc](http://stainlessapi.com). Stainless takes security seriously, and encourages you to report any security vulnerability promptly so that appropriate action can be taken.
This SDK is generated by [Stainless Software Inc](http://stainless.com). Stainless takes security seriously, and encourages you to report any security vulnerability promptly so that appropriate action can be taken.

To report a security issue, please contact the Stainless team at security@stainlessapi.com.
To report a security issue, please contact the Stainless team at security@stainless.com.

## Responsible Disclosure

Expand Down
6 changes: 3 additions & 3 deletions counterparty_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestCounterpartyNewWithOptionalParams(t *testing.T) {
PaymentType: moderntreasury.F(moderntreasury.CounterpartyNewParamsAccountsRoutingDetailsPaymentTypeACH),
}}),
}}),
Email: moderntreasury.F("dev@stainlessapi.com"),
Email: moderntreasury.F("dev@stainless.com"),
LedgerType: moderntreasury.F(moderntreasury.CounterpartyNewParamsLedgerTypeCustomer),
LegalEntity: moderntreasury.F(moderntreasury.CounterpartyNewParamsLegalEntity{
LegalEntityType: moderntreasury.F(moderntreasury.CounterpartyNewParamsLegalEntityLegalEntityTypeBusiness),
Expand Down Expand Up @@ -296,7 +296,7 @@ func TestCounterpartyUpdateWithOptionalParams(t *testing.T) {
context.TODO(),
"id",
moderntreasury.CounterpartyUpdateParams{
Email: moderntreasury.F("dev@stainlessapi.com"),
Email: moderntreasury.F("dev@stainless.com"),
LegalEntityID: moderntreasury.F("182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e"),
Metadata: moderntreasury.F(map[string]string{
"foo": "string",
Expand Down Expand Up @@ -332,7 +332,7 @@ func TestCounterpartyListWithOptionalParams(t *testing.T) {
AfterCursor: moderntreasury.F("after_cursor"),
CreatedAtLowerBound: moderntreasury.F(time.Now()),
CreatedAtUpperBound: moderntreasury.F(time.Now()),
Email: moderntreasury.F("dev@stainlessapi.com"),
Email: moderntreasury.F("dev@stainless.com"),
LegalEntityID: moderntreasury.F("legal_entity_id"),
Metadata: moderntreasury.F(map[string]string{
"foo": "string",
Expand Down

0 comments on commit f60edfe

Please sign in to comment.