feat(cart): Add cart module package (#5982)

* feat: Add CartModule foundation

* remove migration

* fix ts issue

* Create hot-dingos-pay.md
This commit is contained in:
Oli Juhl
2024-01-02 15:59:23 +01:00
committed by GitHub
parent 487067fb48
commit 925feea04a
44 changed files with 679 additions and 3 deletions
@@ -86,9 +86,7 @@ export const buildCustomOptions = <
})
}
if (options?.onSuccess) {
return options.onSuccess(...args)
}
return options?.onSuccess?.(...args)
},
}
}