Skip to content

Commit bc0c0cc

Browse files
authored
Merge pull request #5381 from woocommerce/issue/5367-generic-order-card-reader-url
5367 Use generic URL for Purchase Card Reader
2 parents adfdbf4 + 429dc37 commit bc0c0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/InPersonPaymentsMenuViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ private enum Row: CaseIterable {
170170
}
171171

172172
private enum Constants {
173-
static let woocommercePurchaseCardReaderURL = URL(string: "https://woocommerce.com/products/bbpos-chipper2xbt-card-reader")!
173+
static let woocommercePurchaseCardReaderURL = URL(string: "https://woocommerce.com/in-person-payments/")!
174174
static let bbposChipper2XBTManualURL = URL(string: "https://developer.bbpos.com/quick_start_guide/Chipper%202X%20BT%20Quick%20Start%20Guide.pdf")!
175175
}
176176

0 commit comments

Comments
 (0)