bat-go
bat-go copied to clipboard
Pass "go", collect 200 BAT
### Summary This PR adds Radom checkout session integration for new orders. ### Type of Change - [x] Product feature - [ ] Bug fix - [ ] Performance improvement...
### Summary TBD. ### Type of Change - [ ] Product feature - [ ] Bug fix - [ ] Performance improvement - [ ] Refactor - [ ] Other...
Create a fully local environment for the Payment Service including a [Worker](https://github.com/brave-intl/bat-go/blob/nitro-payments-dev/services/payments/worker.go), [Service](https://github.com/brave-intl/bat-go/blob/nitro-payments-dev/services/payments/controllers.go), Redis, QLDB, and a way to interact with it using the [Tooling](https://github.com/brave-intl/bat-go/tree/nitro-payments-dev/tools/payments).
### Summary The present PR is not for merge but for reviewing the proposed dev testing environment. ### Type of Change - [ ] Product feature - [ ] Bug...
wip
Prototype of the new standalone payments-service repo using a branch in bat-go. On the branch the repo is declared as payments-service module and uses the libs folder from the particular...
By moving this into the authorize logic so we make sure that both operators who are approving the transaction list are also checking that the transaction list is correct before...
After the validation steps of the authorization command are complete, present the results to user and await input as confirmation to proceed. Do no wait for input if validation fails....
The maximum payout value check is currently only in the prepare command. It needs to be in the authorize as part of the payout file validation that is run by...