You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ See [versioning in the API reference][versioning] for more information.
151
151
152
152
### Configuring CA Bundles
153
153
154
-
By default, the library will use its own internal bundle of known CA
154
+
By default, the library will use the system bundle of known CA
155
155
certificates, but it's possible to configure your own:
156
156
157
157
```ruby
@@ -268,7 +268,7 @@ end
268
268
### How to use undocumented parameters and properties
269
269
270
270
In some cases, you might encounter parameters on an API request or fields on an API response that aren’t available in the SDKs.
271
-
This might happen when they’re undocumented or when they’re in preview and you aren’t using a preview SDK.
271
+
This might happen when they’re undocumented or when they’re in preview and you aren’t using a preview SDK.
272
272
See [undocumented params and properties](https://docs.stripe.com/sdks/server-side?lang=ruby#undocumented-params-and-fields) to send those parameters or access those fields.
273
273
274
274
### Writing a Plugin
@@ -413,13 +413,6 @@ just lint
413
413
# or: bundle exec rubocop
414
414
```
415
415
416
-
Update bundled CA certificates from the [Mozilla cURL release][curl]:
0 commit comments