@volr/react 0.1.106 → 0.1.107
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.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -2
- package/dist/index.d.ts +9 -2
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -19663,6 +19663,7 @@ function useVolrPaymentApi() {
|
|
|
19663
19663
|
setIsLoading(true);
|
|
19664
19664
|
try {
|
|
19665
19665
|
const response = await client.post("/payments", {
|
|
19666
|
+
tokenId: options.tokenId,
|
|
19666
19667
|
amount: options.amount,
|
|
19667
19668
|
item: options.item,
|
|
19668
19669
|
referenceId: options.referenceId,
|