@suportepos/split-checkout 0.2.5 → 0.2.6

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
@@ -134,7 +134,7 @@ export default function App() {
134
134
  },
135
135
  merchantName: "SUPORTEPOS",
136
136
  amountOverride: 105.25,
137
- merchantId: "91699892-6de9-438b-940d-624ebbe267b7",
137
+ merchantId: "********************************67b7",
138
138
  onResponse: (result) => {
139
139
  console.log("Resposta do backend:", result);
140
140
  alert(result.success ? "✅ Pagamento aprovado" : "❌ Falha no pagamento");
package/dist/README.md CHANGED
@@ -134,7 +134,7 @@ export default function App() {
134
134
  },
135
135
  merchantName: "SUPORTEPOS",
136
136
  amountOverride: 105.25,
137
- merchantId: "91699892-6de9-438b-940d-624ebbe267b7",
137
+ merchantId: "********************************67b7",
138
138
  onResponse: (result) => {
139
139
  console.log("Resposta do backend:", result);
140
140
  alert(result.success ? "✅ Pagamento aprovado" : "❌ Falha no pagamento");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@suportepos/split-checkout",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",