-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91: release/1.1.2 to
main
## [1.1.2](stellar/stellar-disbursement-platform-backend@1.1.1...1.1.2) Attention, this version is compatible with the backend version [1.1.6](https://github.com/stellar/stellar-disbursement-platform-backend/releases/tag/1.1.6). ### Added - Add the "Future Balance" label in the disbursement detail component to display what will be balance for the asset on the distribution account after the disbursement is completed. [#76](#76) - Add option to update a receiver's verification info from the receiver's detail page. [#78](#78) ### Changed - Update the CSV template by adding examples with and without the paymentID (optional) column. [#77](#77) - Display the entire disbursement account address for the tenant when that disbursement account does not exist in the network, making it easier to identify the account that needs to be funded. [#80](#80)
- Loading branch information
Showing
13 changed files
with
236 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
phone,id,amount,verification | ||
phone,id,amount,verification,paymentID | ||
"--- Below are EXAMPLE rows for each Verification.","Please DELETE these rows before uploading your actual data ---",,, | ||
+1234567890,RECEIVER_01,0.2,1980-01-01,PAY_01 | ||
+1234567891,RECEIVER_11,0.35,55066,PAY_06 | ||
+1234567892,RECEIVER_33,1.15,9D0000024, |
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
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.