Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Bee-color framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jordan Breton
Bee-color framework
Commits
18819c78
Commit
18819c78
authored
Aug 16, 2019
by
Jordan Breton
✏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zipcode changes
parent
39e47010
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
engine/package/general/data/zipCodes/codes/fr.php
engine/package/general/data/zipCodes/codes/fr.php
+0
-0
engine/package/general/handlers/action/zipCodes/FindHandler.php
.../package/general/handlers/action/zipCodes/FindHandler.php
+1
-1
No files found.
engine/package/general/data/zipCodes/codes/fr
ance
.php
→
engine/package/general/data/zipCodes/codes/fr.php
View file @
18819c78
File moved
engine/package/general/handlers/action/zipCodes/FindHandler.php
View file @
18819c78
...
...
@@ -54,7 +54,7 @@ final class FindHandler implements IActionHandler {
$res
=
$this
->
_rule
->
applyTo
(
$data
);
if
(
$res
->
satisfied
()){
return
new
Response
(
$this
->
_access
->
getCities
(
$data
[
"country"
]
??
"fr
ance
"
,
$data
[
"zipCode"
]
$data
[
"country"
]
??
"fr"
,
$data
[
"zipCode"
]
));
}
else
return
new
ErrorResponse
(
"201"
,
$res
->
message
(),
$res
->
errors
());
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment