ts-glitter 19.2.2 → 19.2.3

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.
@@ -2762,6 +2762,7 @@ export class Shopping {
2762
2762
  })
2763
2763
  );
2764
2764
  checkPoint('select linepay');
2765
+
2765
2766
  return await new LinePay(this.app, kd).createOrder(carData);
2766
2767
  case 'paynow': {
2767
2768
  kd.ReturnURL = `${process.env.DOMAIN}/api-public/v1/ec/redirect?g-app=${this.app}&return=${id}&type=${carData.customer_info.payment_select}`;