File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
3311.9
44-----
5-
5+ - [*] Mobile payments: fixed card reader manuals links. [https://github.com/woocommerce/woocommerce-ios/pull/8628]
66
7711.8
88-----
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments