@suportepos/split-checkout 0.4.9 → 0.5.0

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
@@ -125,7 +125,7 @@ export default function App() {
125
125
  estado: "SP"
126
126
  },
127
127
  merchantName: "SUPORTEPOS",
128
- amountOverride: 105.25,
128
+ valorTotal: 105.25,
129
129
  merchantId: "********************************67b7",
130
130
  onResponse: (result) => {
131
131
  console.log("Resposta do backend:", result);
package/dist/README.md CHANGED
@@ -125,7 +125,7 @@ export default function App() {
125
125
  estado: "SP"
126
126
  },
127
127
  merchantName: "SUPORTEPOS",
128
- amountOverride: 105.25,
128
+ valorTotal: 105.25,
129
129
  merchantId: "********************************67b7",
130
130
  onResponse: (result) => {
131
131
  console.log("Resposta do backend:", result);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@suportepos/split-checkout",
3
- "version": "0.4.9",
3
+ "version": "0.5.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",