diff --git a/README.md b/README.md
index f43b580b083..4e3804e580c 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ We currently support the following variables:
## Test account setup
-For setting up a test account follow [these instructions](https://woo.com/document/woopayments/testing-and-troubleshooting/sandbox-mode/).
+For setting up a test account follow [these instructions](https://woocommerce.com/document/woopayments/testing-and-troubleshooting/sandbox-mode/).
You will need a externally accessible URL to set up the plugin. You can use ngrok for this.
diff --git a/SECURITY.md b/SECURITY.md
index aa165252b5a..88d7600d489 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -8,7 +8,7 @@ Generally, only the latest version of the extension has continued support. In s
## Reporting a Vulnerability
-[WooPayments](https://woo.com/payments/) is an open-source plugin for WooCommerce. Our HackerOne program covers the plugin software.
+[WooPayments](https://woocommerce.com/payments/) is an open-source plugin for WooCommerce. Our HackerOne program covers the plugin software.
**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.**
diff --git a/assets/css/admin.css b/assets/css/admin.css
index 9fbffb21907..baf66dcee88 100644
--- a/assets/css/admin.css
+++ b/assets/css/admin.css
@@ -67,6 +67,10 @@
background-image: url( '../images/cards/visa.svg' );
}
+.payment-method__brand--cartes_bancaires {
+ background-image: url( '../images/cards/cartes_bancaires.svg' );
+}
+
.payment-method__brand--unknown {
background-image: url( '../images/cards/unknown.svg' );
}
diff --git a/assets/css/admin.rtl.css b/assets/css/admin.rtl.css
index ea319683a6a..d43de4d4b7f 100644
--- a/assets/css/admin.rtl.css
+++ b/assets/css/admin.rtl.css
@@ -67,6 +67,10 @@
background-image: url( '../images/cards/visa.svg' );
}
+.payment-method__brand--cartes_bancaires {
+ background-image: url( '../images/cards/cartes_bancaires.svg' );
+}
+
.payment-method__brand--unknown {
background-image: url( '../images/cards/unknown.svg' );
}
diff --git a/assets/images/bnpl_announcement_afterpay.png b/assets/images/bnpl_announcement_afterpay.png
new file mode 100644
index 00000000000..ec2fd1666d0
Binary files /dev/null and b/assets/images/bnpl_announcement_afterpay.png differ
diff --git a/assets/images/bnpl_announcement_clearpay.png b/assets/images/bnpl_announcement_clearpay.png
new file mode 100644
index 00000000000..63ead5c0893
Binary files /dev/null and b/assets/images/bnpl_announcement_clearpay.png differ
diff --git a/assets/images/cards/cartes_bancaires.svg b/assets/images/cards/cartes_bancaires.svg
new file mode 100644
index 00000000000..94f51339e65
--- /dev/null
+++ b/assets/images/cards/cartes_bancaires.svg
@@ -0,0 +1,4 @@
+
diff --git a/assets/images/cards/diners.svg b/assets/images/cards/diners.svg
index fba5d197445..6e2242f0824 100644
--- a/assets/images/cards/diners.svg
+++ b/assets/images/cards/diners.svg
@@ -1,7 +1,19 @@
-