@vue-storefront/checkout-com
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -30,3 +30,3 @@ const axios = require('axios'); | ||
const { data } = await axios.get( | ||
`${getChannelCtApiUrl(channel)}/merchants/${getChannelPublicKey(channel)}/customers/${customerId}`, | ||
`${getChannelCtApiUrl(channel)}/api/merchants/${getChannelPublicKey(channel)}/customers/${customerId}`, | ||
apiRequestHeaders(channel) | ||
@@ -46,3 +46,3 @@ ); | ||
return await axios.delete( | ||
`${getChannelCtApiUrl(channel)}/merchants/${getChannelPublicKey(channel)}/customers/${customerId}/payment-instruments/${paymentInstrumentId}`, | ||
`${getChannelCtApiUrl(channel)}/api/merchants/${getChannelPublicKey(channel)}/customers/${customerId}/payment-instruments/${paymentInstrumentId}`, | ||
apiRequestHeaders(channel) | ||
@@ -49,0 +49,0 @@ ); |
{ | ||
"name": "@vue-storefront/checkout-com", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"sideEffects": false, | ||
@@ -11,3 +11,4 @@ "main": "lib/index.cjs.js", | ||
"dev": "rollup -c -w", | ||
"test": "jest" | ||
"test": "jest", | ||
"prepublish": "yarn build" | ||
}, | ||
@@ -14,0 +15,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
109732
0