@actalink/commonlib 0.0.29 → 0.0.30
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2282,7 +2282,7 @@ var ActaBilling = class {
|
|
|
2282
2282
|
},
|
|
2283
2283
|
servicePaymentParams
|
|
2284
2284
|
);
|
|
2285
|
-
return txn
|
|
2285
|
+
return txn;
|
|
2286
2286
|
} catch (error) {
|
|
2287
2287
|
if (error instanceof Error) {
|
|
2288
2288
|
throw new Error(error.message);
|
|
@@ -2354,7 +2354,7 @@ var ActaBilling = class {
|
|
|
2354
2354
|
},
|
|
2355
2355
|
__spreadValues({}, servicePaymentParams)
|
|
2356
2356
|
);
|
|
2357
|
-
return txn
|
|
2357
|
+
return txn;
|
|
2358
2358
|
});
|
|
2359
2359
|
}
|
|
2360
2360
|
getPaymentSteps() {
|
package/dist/index.js
CHANGED
|
@@ -2209,7 +2209,7 @@ var ActaBilling = class {
|
|
|
2209
2209
|
},
|
|
2210
2210
|
servicePaymentParams
|
|
2211
2211
|
);
|
|
2212
|
-
return txn
|
|
2212
|
+
return txn;
|
|
2213
2213
|
} catch (error) {
|
|
2214
2214
|
if (error instanceof Error) {
|
|
2215
2215
|
throw new Error(error.message);
|
|
@@ -2281,7 +2281,7 @@ var ActaBilling = class {
|
|
|
2281
2281
|
},
|
|
2282
2282
|
__spreadValues({}, servicePaymentParams)
|
|
2283
2283
|
);
|
|
2284
|
-
return txn
|
|
2284
|
+
return txn;
|
|
2285
2285
|
});
|
|
2286
2286
|
}
|
|
2287
2287
|
getPaymentSteps() {
|