Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onestartup-shop
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Angel Martin
onestartup-shop
Commits
2e517d5a
Commit
2e517d5a
authored
May 22, 2018
by
Angel MAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mode paypal
parent
fbab40f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
README.md
README.md
+1
-0
CartController.php
src/controllers/CartController.php
+1
-1
No files found.
README.md
View file @
2e517d5a
...
@@ -69,6 +69,7 @@ AC_MERCADO_PAGO=Access token
...
@@ -69,6 +69,7 @@ AC_MERCADO_PAGO=Access token
CLIENT_ID_PAYPAL=cliente id
CLIENT_ID_PAYPAL=cliente id
SECRET_PAYPAL=secret id
SECRET_PAYPAL=secret id
PAYPAL_MODE=sandbox
```
```
...
...
src/controllers/CartController.php
View file @
2e517d5a
...
@@ -472,7 +472,7 @@ class CartController extends Controller
...
@@ -472,7 +472,7 @@ class CartController extends Controller
'log.LogEnabled'
=>
true
,
'log.LogEnabled'
=>
true
,
'log.FileName'
=>
base_path
()
.
'/Paypal.log'
,
'log.FileName'
=>
base_path
()
.
'/Paypal.log'
,
'log.LogLevel'
=>
'DEBUG'
,
'log.LogLevel'
=>
'DEBUG'
,
'mode'
=>
'sandbox'
,
'mode'
=>
env
(
'PAYPAL_MODE'
)
,
)
)
);
);
...
...
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