Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

v0.3.8 Release

Compare
Choose a tag to compare
@galoybot galoybot released this 11 Aug 09:13
· 126 commits to main since this release
ffc11e0
Implement payment confirmation screens (#251)

* fix: move and update deps for yarn audit

* feat: add Point of Sale feature design

* fix: refactor reducer and useGetPaymentStatus hook

- fix infinite loop of dispatch function in useGetPaymentStatus hook

- fix reducer function cases

- add @galoymoney/client package to dependencies

- update peer dependencies for @galoymoney/client

* feat: add payment confirmation screens

* chore: rebase off yarn audit fix branch

* feat: add Point of Sale feature design

* fix: refactor reducer and useGetPaymentStatus hook

- fix infinite loop of dispatch function in useGetPaymentStatus hook

- fix reducer function cases

- add @galoymoney/client package to dependencies

- update peer dependencies for @galoymoney/client

* feat: add payment confirmation screens

* fix: fix typo in /merchant/[username].tsx

* fix: temporarily fix ts-lint errors in app.tsx

- add manifest for PWA installation

- add copy overlay when invoice is copied

* chore: Added resolution for react types

* fix: immutable states outside _reducer

    - naming convention to kebab case

    - refactor timer for USD payment

* refactor: ternary operation for error handling

* Refactor: graphql queries, mutations and
hard-coded constants

- queries and mutations feed from @galoyclient

- fix ternary operations

- move hard code constants to config

Co-authored-by: bodymindarts <[email protected]>
Co-authored-by: Theophilus Isah <[email protected]>
Co-authored-by: Theophilus Isah <[email protected]>
Co-authored-by: daviroo <[email protected]>