@suportepos/split-checkout 0.2.6 → 0.2.7

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/README.md CHANGED
@@ -55,7 +55,7 @@ export default function App() {
55
55
  return (
56
56
  <CheckoutFlow
57
57
  key={flowKey} // força recriar o componente do zero
58
- merchantId="91699892-6de9-438b-940d-624ebbe267b7"
58
+ merchantId="********************************67b7"
59
59
  orderId="123"
60
60
  production={false}
61
61
  products={items}
package/dist/README.md CHANGED
@@ -55,7 +55,7 @@ export default function App() {
55
55
  return (
56
56
  <CheckoutFlow
57
57
  key={flowKey} // força recriar o componente do zero
58
- merchantId="91699892-6de9-438b-940d-624ebbe267b7"
58
+ merchantId="********************************67b7"
59
59
  orderId="123"
60
60
  production={false}
61
61
  products={items}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@suportepos/split-checkout",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",