@melio-eng/web-sdk 1.0.13-pr.28.8d053fb → 1.0.13-pr.28.f028e3c
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -204,7 +204,7 @@ class PayFlow extends Flow {
|
|
|
204
204
|
* Construct the specific flow URL for bill payment
|
|
205
205
|
*/
|
|
206
206
|
constructFlowUrl(baseUrl) {
|
|
207
|
-
return `${baseUrl}/${this.partnerName}/
|
|
207
|
+
return `${baseUrl}/${this.partnerName}/external-entries?billIds=${this.billIds.join(',')}`;
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@melio-eng/web-sdk",
|
|
3
|
-
"version": "1.0.13-pr.28.
|
|
3
|
+
"version": "1.0.13-pr.28.f028e3c",
|
|
4
4
|
"description": "Melio Web SDK - Embed core Melio workflows directly into partner UI with minimal effort",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|