Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

52 rader
1.5 KiB

  1. (function() {
  2. var exports = {};
  3. exports.id = 5482;
  4. exports.ids = [5482];
  5. exports.modules = {
  6. /***/ 5865:
  7. /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
  8. "use strict";
  9. __webpack_require__.r(__webpack_exports__);
  10. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  11. /* harmony export */ "default": function() { return /* binding */ handler; }
  12. /* harmony export */ });
  13. /* harmony import */ var _api_transaction_transaction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2847);
  14. /* harmony import */ var _api_transaction_transaction__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_api_transaction_transaction__WEBPACK_IMPORTED_MODULE_0__);
  15. async function handler(req, resp) {
  16. var input = req.body;
  17. var res = await _api_transaction_transaction__WEBPACK_IMPORTED_MODULE_0___default().AddToCheckout(input);
  18. resp.status(200).json(res);
  19. }
  20. /***/ }),
  21. /***/ 8074:
  22. /***/ (function(module) {
  23. "use strict";
  24. module.exports = require("@apollo/client");;
  25. /***/ }),
  26. /***/ 1683:
  27. /***/ (function(module) {
  28. "use strict";
  29. module.exports = require("cross-fetch");;
  30. /***/ })
  31. };
  32. ;
  33. // load runtime
  34. var __webpack_require__ = require("../../../webpack-runtime.js");
  35. __webpack_require__.C(exports);
  36. var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
  37. var __webpack_exports__ = __webpack_require__.X(0, [6371,2847], function() { return __webpack_exec__(5865); });
  38. module.exports = __webpack_exports__;
  39. })();