octopian-apis 1.0.31 → 1.0.32
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/package.json +1 -1
- package/src/index.js +2 -0
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -520,6 +520,7 @@ const {
|
|
|
520
520
|
DABValidateAttributesWithIntegration,
|
|
521
521
|
DABGetPaymentBatch,
|
|
522
522
|
DABGetInvoiceDetails,
|
|
523
|
+
DABAddToCart
|
|
523
524
|
} = require("./darAlBerServices/transactionsServices");
|
|
524
525
|
const {
|
|
525
526
|
DABCreateReadSAS,
|
|
@@ -763,6 +764,7 @@ const DarAlBerServices = {
|
|
|
763
764
|
DABValidateAttributesWithIntegration,
|
|
764
765
|
DABGetPaymentBatch,
|
|
765
766
|
DABGetInvoiceDetails,
|
|
767
|
+
DABAddToCart
|
|
766
768
|
};
|
|
767
769
|
//#endregion
|
|
768
770
|
const {
|