Skip to content

Commit d6a4c3a

Browse files
committed
8627 Update card reader manual URLs
1 parent 80bd8a6 commit d6a4c3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/CardReaderType+Manual.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ extension CardReaderType {
99
id: 0,
1010
image: .cardReaderImageBBPOSChipper,
1111
name: "BBPOS Chipper 2X BT",
12-
urlString: "https://stripe.com/files/docs/terminal/c2xbt_product_sheet.pdf"
12+
urlString: "https://woocommerce.com/wp-content/uploads/2022/12/c2xbt_product_sheet.pdf"
1313
)
1414
case .stripeM2:
1515
return Manual(
1616
id: 1,
1717
image: .cardReaderImageM2,
1818
name: "Stripe Reader M2",
19-
urlString: "https://stripe.com/files/docs/terminal/m2_product_sheet.pdf"
19+
urlString: "https://woocommerce.com/wp-content/uploads/2022/12/m2_product_sheet.pdf"
2020
)
2121
case .wisepad3:
2222
return Manual(
2323
id: 2,
2424
image: .cardReaderImageWisepad3,
2525
name: "Wisepad 3",
26-
urlString: "https://stripe.com/files/docs/terminal/wp3_product_sheet.pdf"
26+
urlString: "https://woocommerce.com/wp-content/uploads/2022/12/wp3_product_sheet.pdf"
2727
)
2828
case .other, .appleBuiltIn:
2929
return nil

0 commit comments

Comments
 (0)