Skip to content

Commit

Permalink
Updated payment method icon before kyc
Browse files Browse the repository at this point in the history
  • Loading branch information
gpressutto5 committed Jan 9, 2024
1 parent 70231b1 commit 8273b00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/connect-account-page/payment-methods.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
VisaIcon,
WooIcon,
} from 'wcpay/payment-methods-icons';
import paymentMethodsMap from 'wcpay/payment-methods-map';

const PaymentMethods: React.FC = () => {
return (
Expand All @@ -38,7 +39,7 @@ const PaymentMethods: React.FC = () => {
<UnionPayIcon />
<JCBIcon />
<AffirmIcon />
<AfterpayIcon />
<paymentMethodsMap.afterpay_clearpay.icon />
<span>& more.</span>
</div>
</>
Expand Down

0 comments on commit 8273b00

Please sign in to comment.