@depay/widgets 13.0.22 → 13.0.23
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/dist/esm/index.bundle.js +1 -1
- package/dist/umd/index.bundle.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ Forwards the payload to your backend for dynamic payment setup, like:
|
|
|
144
144
|
### Unmanaged Configuration
|
|
145
145
|
|
|
146
146
|
> [!IMPORTANT]
|
|
147
|
-
> Unmanaged configurations do not provide any callbacks for server-side actions or integrations. They are limited to initiating and executing payments only.
|
|
147
|
+
> Unmanaged configurations do not provide any callbacks for server-side actions or integrations. They are limited to initiating and executing payments only. If you need callbacks for your integrations, use [managed integrations](#managed-integration-using-integration-id)
|
|
148
148
|
|
|
149
149
|
```javascript
|
|
150
150
|
DePayWidgets.Payment({
|