Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
poo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yusleidy Baquero Castañeda
poo
Commits
42bec146
Commit
42bec146
authored
Jun 30, 2021
by
Yusleidy Baquero Castañeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ajuste POO
Ajuste POO
parent
93331040
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
.gitignore
+4
-0
app/Ica/Context.php
+1
-1
app/Ica/IcaYopal.php
+4
-1
No files found.
.gitignore
0 → 100644
View file @
42bec146
/vendor/
/vendor/composer/
composer.lock
\ No newline at end of file
app/Ica/Context.php
View file @
42bec146
...
...
@@ -15,6 +15,6 @@ class Context
public
function
handle
()
{
$this
->
strategy
->
calcular
();
return
$this
->
strategy
->
calcular
();
}
}
app/Ica/IcaYopal.php
View file @
42bec146
...
...
@@ -13,7 +13,10 @@ class IcaYopal extends Ica implements StrategyInterface
public
function
calcular
()
{
return
[
4
return
[
'impuesto'
=>
$this
->
calcularImpuesto
(),
'descuento'
=>
$this
->
calcularDescuento
(),
'total'
=>
$this
->
total
()
];
}
}
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