Skip to content

Commit ddfac13

Browse files
Update Bank Debit and Alipay Icons (#4099)
* Update AliPay icon * Update Bank Debit icon * Update changelog * Update SVGs
1 parent 875c2dd commit ddfac13

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

assets/images/alipay.svg

+3-10
Loading

assets/images/bank-debit.svg

+3-1
Loading

changelog.txt

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Fix - Prevent reuse of payment intents when order total doesn't match intent amount.
1919
* Update - Update payment method type for Amazon Pay orders.
2020
* Fix - Compatibility with email preview in the Auth Requested email
21+
* Update - Update Alipay and bank debit icons.
2122

2223
= 9.3.1 - 2025-03-14 =
2324
* Fix - Temporarily disables the subscriptions detached notice feature due to long loading times on stores with many subscriptions.
+4-1
Loading

client/payment-method-icons/alipay/index.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ import IconWithShell from '../styles/icon-with-shell';
44
import icon from './icon.svg';
55

66
const Wrapper = styled( IconWithShell )`
7-
padding-top: 4px;
8-
padding-bottom: 4px;
7+
padding: 0;
8+
border: none;
9+
10+
img {
11+
outline: 1px solid #ddd;
12+
}
913
`;
1014

1115
const AlipayIcon = ( props ) => <Wrapper { ...props } src={ icon } />;
Loading

readme.txt

+1
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,6 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
128128
* Fix - Prevent reuse of payment intents when order total doesn't match intent amount.
129129
* Update - Update payment method type for Amazon Pay orders.
130130
* Fix - Compatibility with email preview in the Auth Requested email
131+
* Update - Update Alipay and bank debit icons.
131132

132133
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).

0 commit comments

Comments
 (0)