[PR #38] [MERGED] Develop #41

Closed
opened 2026-03-03 18:51:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/oxygenpay/oxygen/pull/38
Author: @swift1337
Created: 9/28/2023
Status: Merged
Merged: 9/28/2023
Merged by: @swift1337

Base: mainHead: develop


📝 Commits (7)

  • baa4694 Fix posthog reset(); update posthog
  • 75fb5b4 Fix ui-dashboard web manifest
  • cdf7f42 Fix ui-payment web manifest
  • f15a812 Update logger; add more context fields
  • 221661c Fix service version in logs
  • 713f062 Fix withdrawals blocked by a failed item in a batch
  • 5df6991 Merge branch 'main' into develop

📊 Changes

23 files changed (+239 additions, -231 deletions)

View changed files

📝 cmd/root.go (+1 -1)
📝 go.mod (+2 -2)
📝 go.sum (+7 -0)
📝 internal/server/http/server.go (+15 -0)
📝 internal/service/payment/service.go (+5 -0)
📝 internal/service/payment/service_withdrawal.go (+2 -1)
📝 internal/service/processing/service_withdrawal.go (+31 -24)
📝 internal/service/processing/service_withdrawal_test.go (+115 -97)
📝 ui-dashboard/index.html (+2 -2)
📝 ui-dashboard/package-lock.json (+9 -15)
📝 ui-dashboard/package.json (+1 -1)
ui-dashboard/public/fav/browserconfig.xml (+0 -9)
ui-dashboard/public/fav/mstile-150x150.png (+0 -0)
ui-dashboard/public/fav/site.webmanifest (+0 -19)
ui-dashboard/public/site.webmanifest (+19 -0)
📝 ui-dashboard/src/app.tsx (+0 -9)
📝 ui-payment/index.html (+1 -1)
📝 ui-payment/package-lock.json (+9 -21)
📝 ui-payment/package.json (+1 -1)
ui-payment/public/fav/browserconfig.xml (+0 -9)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/oxygenpay/oxygen/pull/38 **Author:** [@swift1337](https://github.com/swift1337) **Created:** 9/28/2023 **Status:** ✅ Merged **Merged:** 9/28/2023 **Merged by:** [@swift1337](https://github.com/swift1337) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (7) - [`baa4694`](https://github.com/oxygenpay/oxygen/commit/baa4694ea63866fa2aea40ff43733a6f1f75a83f) Fix posthog reset(); update posthog - [`75fb5b4`](https://github.com/oxygenpay/oxygen/commit/75fb5b4c70e3fa513402b9fc0365cd02a90457a6) Fix ui-dashboard web manifest - [`cdf7f42`](https://github.com/oxygenpay/oxygen/commit/cdf7f42a6711127d39ebeb6a7fa10a5f4989451e) Fix ui-payment web manifest - [`f15a812`](https://github.com/oxygenpay/oxygen/commit/f15a812480dee77121679399091743ea7dad6578) Update logger; add more context fields - [`221661c`](https://github.com/oxygenpay/oxygen/commit/221661c86c1128df964e075e76e8a7f0b7770ef8) Fix service version in logs - [`713f062`](https://github.com/oxygenpay/oxygen/commit/713f062fc92784e4bd2c6281b376083cdd631d05) Fix withdrawals blocked by a failed item in a batch - [`5df6991`](https://github.com/oxygenpay/oxygen/commit/5df69913a032312b4cae1d9168b4b18b91ac166b) Merge branch 'main' into develop ### 📊 Changes **23 files changed** (+239 additions, -231 deletions) <details> <summary>View changed files</summary> 📝 `cmd/root.go` (+1 -1) 📝 `go.mod` (+2 -2) 📝 `go.sum` (+7 -0) 📝 `internal/server/http/server.go` (+15 -0) 📝 `internal/service/payment/service.go` (+5 -0) 📝 `internal/service/payment/service_withdrawal.go` (+2 -1) 📝 `internal/service/processing/service_withdrawal.go` (+31 -24) 📝 `internal/service/processing/service_withdrawal_test.go` (+115 -97) 📝 `ui-dashboard/index.html` (+2 -2) 📝 `ui-dashboard/package-lock.json` (+9 -15) 📝 `ui-dashboard/package.json` (+1 -1) ➖ `ui-dashboard/public/fav/browserconfig.xml` (+0 -9) ➖ `ui-dashboard/public/fav/mstile-150x150.png` (+0 -0) ➖ `ui-dashboard/public/fav/site.webmanifest` (+0 -19) ➕ `ui-dashboard/public/site.webmanifest` (+19 -0) 📝 `ui-dashboard/src/app.tsx` (+0 -9) 📝 `ui-payment/index.html` (+1 -1) 📝 `ui-payment/package-lock.json` (+9 -21) 📝 `ui-payment/package.json` (+1 -1) ➖ `ui-payment/public/fav/browserconfig.xml` (+0 -9) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-03 18:51:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/oxygen#41
No description provided.