Skip to content

Commit b40eabe

Browse files
Fix: missing variable (#237)
1 parent 623d00d commit b40eabe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/create-invoice-form/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @requestnetwork/create-invoice-form
22

3+
## 0.11.6
4+
5+
### Patch Changes
6+
7+
- Fix encryption parameters
8+
39
## 0.11.5
410

511
### Patch Changes

packages/create-invoice-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@requestnetwork/create-invoice-form",
3-
"version": "0.11.5",
3+
"version": "0.11.6",
44
"main": "./dist/web-component.umd.cjs",
55
"scripts": {
66
"dev": "vite dev",

packages/create-invoice-form/src/lib/create-invoice-form.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
paymentNetwork: requestCreateParameters.paymentNetwork,
203203
contentData: requestCreateParameters.contentData,
204204
},
205-
[payeeEncryptionPublicKey, payerEncryptionPublicKey],
205+
[payeeEncryptionParams, payerEncryptionParams],
206206
);
207207
} else {
208208
request = await requestNetwork.createRequest({

0 commit comments

Comments
 (0)