@duffel/components 3.7.24 → 3.7.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/custom-elements.js +2 -2
- package/custom-elements.js.map +2 -2
- package/functions/createThreeDSecureSession/client.d.ts +0 -4
- package/index.js +3 -3
- package/index.js.map +3 -3
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
package/README.md
CHANGED
|
@@ -134,7 +134,7 @@ If you are not in a node environment and can't rely on npm to install the packag
|
|
|
134
134
|
### Are there integration guides?
|
|
135
135
|
|
|
136
136
|
- [Integrating the ancillaries component into your booking flow](https://duffel.com/docs/guides/ancillaries-component).
|
|
137
|
-
- [
|
|
137
|
+
- [Integrating the customer card form into your checkout page](https://duffel.com/docs/guides/paying-with-customer-cards).
|
|
138
138
|
|
|
139
139
|
More guides are coming soon.
|
|
140
140
|
|