mirror of
https://github.com/oxygenpay/oxygen.git
synced 2026-04-26 08:05:56 +03:00
[PR #38] [MERGED] Develop #41
Labels
No labels
duplicate
not reproducible
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/oxygen#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:develop📝 Commits (7)
baa4694Fix posthog reset(); update posthog75fb5b4Fix ui-dashboard web manifestcdf7f42Fix ui-payment web manifestf15a812Update logger; add more context fields221661cFix service version in logs713f062Fix withdrawals blocked by a failed item in a batch5df6991Merge 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.