@@ -47,7 +47,6 @@ describe( 'AccountDetails', () => {
4747 payout_status : {
4848 text : 'Available' ,
4949 background_color : 'green' ,
50- icon : 'published' ,
5150 } ,
5251 banner : null ,
5352 } ;
@@ -70,7 +69,6 @@ describe( 'AccountDetails', () => {
7069 payout_status : {
7170 text : 'Disabled' ,
7271 background_color : 'red' ,
73- icon : 'error' ,
7472 } ,
7573 banner : {
7674 text : 'Your account has been restricted by Stripe.' ,
@@ -98,7 +96,6 @@ describe( 'AccountDetails', () => {
9896 payout_status : {
9997 text : 'Disabled' ,
10098 background_color : 'red' ,
101- icon : 'error' ,
10299 } ,
103100 banner : {
104101 text : 'Your account has been rejected.' ,
@@ -127,7 +124,6 @@ describe( 'AccountDetails', () => {
127124 payout_status : {
128125 text : 'Available in 2 days' ,
129126 background_color : 'yellow' ,
130- icon : 'caution' ,
131127 popover : {
132128 text : 'Payouts are processed within 2 business days.' ,
133129 cta_text : 'Learn more' ,
@@ -154,7 +150,6 @@ describe( 'AccountDetails', () => {
154150 payout_status : {
155151 text : 'Available' ,
156152 background_color : 'green' ,
157- icon : 'published' ,
158153 } ,
159154 banner : null ,
160155 } ;
@@ -180,7 +175,6 @@ describe( 'AccountDetails', () => {
180175 payout_status : {
181176 text : 'Available' ,
182177 background_color : 'green' ,
183- icon : 'published' ,
184178 } ,
185179 banner : null ,
186180 } ;
@@ -206,7 +200,6 @@ describe( 'AccountDetails', () => {
206200 payout_status : {
207201 text : 'Available' ,
208202 background_color : 'green' ,
209- icon : 'published' ,
210203 } ,
211204 banner : null ,
212205 } ;
0 commit comments