-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(background): split up
OpenPaymentsService
(#775)
- related grant and AcessToken functionality moved to `OutgoingPaymentGrantService` - provides a service for managing outgoing payment grants, including creating, canceling, and rotating grants, as well as switching between different grant types. - move `connectWallet`, `addFunds`, `updateBudget`, `disconnectWallet` and related to new `WalletService` - move `createOutgoingPayment`, `pollOutgoingPayment` and `probeDebitAmount` to `PaymentSession` - move close popup event from openPayments to wallet service Co-authored-by: Sid Vishnoi <[email protected]>
- Loading branch information
1 parent
0413c96
commit ce6d58f
Showing
11 changed files
with
1,163 additions
and
958 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.