mirror of
https://github.com/oxygenpay/oxygen.git
synced 2026-04-26 08:05:56 +03:00
[PR #10] [MERGED] merge: develop #18
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#18
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/10
Author: @swift1337
Created: 7/9/2023
Status: ✅ Merged
Merged: 7/9/2023
Merged by: @swift1337
Base:
main← Head:develop📝 Commits (3)
ae8e5f0feat: add support for USDC token (#9)635a42bfix: UpdateSupportedPaymentMethodsRequest spec9dd0662Merge branch 'main' into develop📊 Changes
22 files changed (+126 additions, -71 deletions)
View changed files
📝
README.md(+29 -2)📝
api/proto/merchant/v1/merchant.yml(+1 -1)📝
internal/service/blockchain/currencies.json(+26 -0)📝
internal/service/blockchain/service_convertor.go(+8 -3)📝
internal/service/blockchain/service_convertor_test.go(+13 -0)📝
internal/test/mocks_tatum.go(+7 -15)📝
pkg/api-dashboard/v1/model/update_supported_payment_methods_request.go(+0 -30)📝
ui-dashboard/src/assets/icons/crypto/eth.svg(+0 -0)📝
ui-dashboard/src/assets/icons/crypto/matic.svg(+0 -0)📝
ui-dashboard/src/assets/icons/crypto/tron.svg(+0 -0)➕
ui-dashboard/src/assets/icons/crypto/usdc.svg(+5 -0)📝
ui-dashboard/src/assets/icons/crypto/usdt.svg(+0 -0)📝
ui-dashboard/src/components/payment-methods-select/payment-methods-select.tsx(+1 -1)📝
ui-dashboard/src/pages/balance-page/balance-page.tsx(+1 -1)📝
ui-payment/src/assets/icons/crypto/eth.svg(+0 -0)📝
ui-payment/src/assets/icons/crypto/matic.svg(+0 -0)📝
ui-payment/src/assets/icons/crypto/tron.svg(+0 -0)➕
ui-payment/src/assets/icons/crypto/usdc.svg(+5 -0)📝
ui-payment/src/assets/icons/crypto/usdt.svg(+0 -0)📝
ui-payment/src/components/DropDown.tsx(+7 -1)...and 2 more files
📄 Description
Refactor FE icons. Add USDC icon
Add support for USDC on Ethereum & Polygon
Update readme
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.