octopian-apis 1.0.36 → 1.0.37

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octopian-apis",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "Transaction APIs SDK that implements Octopian Services which will be used for any node project typescript or javascript",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -1421,10 +1421,10 @@ export async function DABGetPaymentURL(
1421
1421
  );
1422
1422
  if (addrequestResult.StatusCode === 200 && isAddToCart) {
1423
1423
  DABSubmitCart({
1424
- specificRequestIds: [addrequestResult.Result.RequestId],
1424
+ specificRequestIds: [addrequestResult.Result.requestId],
1425
1425
  ShippingAddressId: 0,
1426
1426
  BillingAddressId: 0,
1427
- PaymentMethod: "Card",
1427
+ PaymentMethod: "CashOnDelivery",
1428
1428
  });
1429
1429
  }
1430
1430
  return {