Skip to content

Commit

Permalink
refactor(fiatExchanges): remove coinbase pay section (#6307)
Browse files Browse the repository at this point in the history
### Description

Coinbase now shows up as one of the regular providers in the different
sections. This is no longer needed

### Test plan

CI, manually check coinbase still shows up

### Related issues

- Part of ACT-1421

### Backwards compatibility

Yes

### Network scalability

N/A
  • Loading branch information
satish-ravi authored Dec 6, 2024
1 parent 9aa4ebc commit 2c542d0
Show file tree
Hide file tree
Showing 18 changed files with 8 additions and 507 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
},
"dependencies": {
"@badrap/result": "~0.2.13",
"@coinbase/cbpay-js": "^2.4.0",
"@crowdin/ota-client": "^0.7.0",
"@fiatconnect/fiatconnect-sdk": "^0.5.62",
"@fiatconnect/fiatconnect-types": "^13.3.8",
Expand Down
2 changes: 0 additions & 2 deletions src/app/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ export const fiatConnectCashInEnabledSelector = (state: RootState) =>
export const fiatConnectCashOutEnabledSelector = (state: RootState) =>
state.app.fiatConnectCashOutEnabled

export const coinbasePayEnabledSelector = (state: RootState) => state.app.coinbasePayEnabled

export const maxSwapSlippagePercentageSelector = (state: RootState) =>
state.app.maxSwapSlippagePercentage

Expand Down
32 changes: 0 additions & 32 deletions src/fiatExchanges/CoinbasePayScreen.test.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions src/fiatExchanges/CoinbasePayScreen.tsx

This file was deleted.

117 changes: 0 additions & 117 deletions src/fiatExchanges/CoinbasePaymentSection.test.tsx

This file was deleted.

113 changes: 0 additions & 113 deletions src/fiatExchanges/CoinbasePaymentSection.tsx

This file was deleted.

Loading

0 comments on commit 2c542d0

Please sign in to comment.