Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
libraries
ruby-3dcart
Wiki
getCustomer
getCustomer
· Changes
Page history
Updated getCustomer (markdown)
authored
Jul 18, 2013
by
Elad Meidar
Show whitespace changes
Inline
Side-by-side
getCustomer.md
View page @
ade0d083
...
@@ -23,5 +23,5 @@ i.e.: `firstname=John,email=john@email.com, countrycode=US,statecode=FL,city=Mar
...
@@ -23,5 +23,5 @@ i.e.: `firstname=John,email=john@email.com, countrycode=US,statecode=FL,city=Mar
### Example
### Example
```
ruby
```
ruby
ThreeDeeCart
::
Customer
.
find
({
storeU
RL
:
"http://www.3dcart.com"
,
startNum:
10
,
batchSize:
1
})
ThreeDeeCart
::
Customer
.
find
({
storeU
rl
:
"http://www.3dcart.com"
,
startNum:
10
,
batchSize:
1
})
```
```
\ No newline at end of file