We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2459508 commit 8d4d3b1Copy full SHA for 8d4d3b1
README.md
@@ -123,7 +123,7 @@ Preferences are how you route your orders in Patch. If you don't have a preferen
123
```javascript
124
// Create a preference
125
const projectId = 'pro_test_1234'; // Pass in the project_id for your preference
126
-patch.preferences.create_preference((project_id: projectId));
+patch.preferences.createPreference((project_id: projectId));
127
128
// Retrieve a preference
129
const preferenceId = 'pre_test_1234'; // Pass in the preferences's id
0 commit comments