@pisell/private-materials 6.1.30 → 6.1.31

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.
@@ -336,7 +336,13 @@ var Footer = function Footer(props) {
336
336
  state.action({
337
337
  type: 'pisell1.handleOpenPayment',
338
338
  data: {
339
- order_info: res
339
+ order_info: res,
340
+ subtotal_info: {
341
+ subTotalList: subTotalList,
342
+ orderTotalList: orderTotalList,
343
+ total: total,
344
+ showDetail: showDetail
345
+ }
340
346
  },
341
347
  callback: function callback(res) {
342
348
  console.log('webpos_pay_result', res);
@@ -246,7 +246,13 @@ var Footer = (props) => {
246
246
  state.action({
247
247
  type: "pisell1.handleOpenPayment",
248
248
  data: {
249
- order_info: res
249
+ order_info: res,
250
+ subtotal_info: {
251
+ subTotalList,
252
+ orderTotalList,
253
+ total,
254
+ showDetail
255
+ }
250
256
  },
251
257
  callback: (res2) => {
252
258
  var _a2, _b2, _c2, _d2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.1.30",
3
+ "version": "6.1.31",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",