Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 4d31625

Browse files
committed
Update testing instructions from postcode to city
1 parent 0a9f0e3 commit 4d31625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing/releases/590.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ registerPaymentMethodExtensionCallbacks( 'woocommerce-marketplace-extension',
1515
{
1616
cod: ( arg ) => { return false; },
1717
// this zipcode works only for Germany
18-
cheque: ( arg ) => { return arg.billingData.postcode === "12345";}
18+
cheque: ( arg ) => { return arg.billingData.city === "Denver";}
1919
}
2020
);
2121
```

0 commit comments

Comments
 (0)