@salesgenterp/ui-components 0.4.394 → 0.4.395
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1232,7 +1232,8 @@ var getAuthorizeDotNetCreditCards = function getAuthorizeDotNetCreditCards(_ref4
|
|
|
1232
1232
|
return Promise.resolve(API({
|
|
1233
1233
|
apiEndPoint: apiEndPoint,
|
|
1234
1234
|
token: token,
|
|
1235
|
-
url: "/ecommerce/authoriseDotNet/customerProfile?customerId=" + customerId
|
|
1235
|
+
url: "/ecommerce/authoriseDotNet/customerProfile?customerId=" + customerId,
|
|
1236
|
+
hideErrorMessage: true
|
|
1236
1237
|
}));
|
|
1237
1238
|
} catch (e) {
|
|
1238
1239
|
return Promise.reject(e);
|