@ranty/ranty-sdk 0.0.19 → 0.0.20
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
|
@@ -14655,7 +14655,7 @@ let ve = class r extends Q {
|
|
|
14655
14655
|
merchantTransactionId: (n = (t = this._checkoutResponse) == null ? void 0 : t.headers["merchant-transaction-id"]) != null ? n : "",
|
|
14656
14656
|
srcDpaId: this.dpaId,
|
|
14657
14657
|
srcCorrelationId: (o = (i = this._checkoutResponse) == null ? void 0 : i.checkoutResponseData.srcCorrelationId) != null ? o : "",
|
|
14658
|
-
transactionAmount: this.transactionAmount,
|
|
14658
|
+
transactionAmount: this.transactionAmount.toString(),
|
|
14659
14659
|
transactionCurrencyCode: this.transactionCurrency
|
|
14660
14660
|
};
|
|
14661
14661
|
yield Ay(e);
|