diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index f1859f93922..72b7323eec5 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -2,7 +2,7 @@ 11.9 ----- - +- [*] Mobile payments: fixed card reader manuals links. [https://github.com/woocommerce/woocommerce-ios/pull/8628] 11.8 ----- diff --git a/WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/CardReaderType+Manual.swift b/WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/CardReaderType+Manual.swift index d5534d59b8f..494684a3839 100644 --- a/WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/CardReaderType+Manual.swift +++ b/WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/CardReaderType+Manual.swift @@ -9,21 +9,21 @@ extension CardReaderType { id: 0, image: .cardReaderImageBBPOSChipper, name: "BBPOS Chipper 2X BT", - urlString: "https://stripe.com/files/docs/terminal/c2xbt_product_sheet.pdf" + urlString: "https://woocommerce.com/wp-content/uploads/2022/12/c2xbt_product_sheet.pdf" ) case .stripeM2: return Manual( id: 1, image: .cardReaderImageM2, name: "Stripe Reader M2", - urlString: "https://stripe.com/files/docs/terminal/m2_product_sheet.pdf" + urlString: "https://woocommerce.com/wp-content/uploads/2022/12/m2_product_sheet.pdf" ) case .wisepad3: return Manual( id: 2, image: .cardReaderImageWisepad3, name: "Wisepad 3", - urlString: "https://stripe.com/files/docs/terminal/wp3_product_sheet.pdf" + urlString: "https://woocommerce.com/wp-content/uploads/2022/12/wp3_product_sheet.pdf" ) case .other, .appleBuiltIn: return nil