Skip to content

Commit c16851b

Browse files
committed
Add comprehensive tests for escrow commission displays and bump version to 0.4.11
- Add tests for commission display on escrow list items with percentage - Add tests for commission display on escrow detail view - Add tests for commission and beneficiary net amount on manage page - Add tests for commission display on create success page (amber box) - Add tests for live commission estimate on create form - Add tests for escrow ID display with copy functionality - Add tests for Manage Escrow link on dashboard - Bump version from 0.4.10 to 0.4.11 in both package.json files - All manage page commission display tests passing (9/9) - Existing manage page tests still passing (12/12)
1 parent bca7573 commit c16851b

File tree

6 files changed

+1056
-3
lines changed

6 files changed

+1056
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coinpayportal",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"private": true,
55
"type": "module",
66
"bin": {

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@profullstack/coinpay",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"description": "CoinPay SDK & CLI — Accept cryptocurrency payments (BTC, ETH, SOL, POL, BCH, USDC) with wallet and swap support",
55
"type": "module",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)