Skip to content

Commit

Permalink
Added folder src/resource/config
Browse files Browse the repository at this point in the history
  • Loading branch information
adhenrique committed Jun 28, 2017
1 parent 5cc735b commit f99d20f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
*.DS_Store
composer.lock
src/resources/config/config.example.php
*.DS_Store
15 changes: 15 additions & 0 deletions src/resources/config/config.example.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
'version' => '1.0.0',
'headers' => [
'Accept: application/json',
'Accept-Charset: utf-8',
'Accept-Language: pt-br;q=0.9,pt-BR'
],
'defaults' => [
'publishable_key' => 'YOUR_PUBLISHABLE_KEY',
'marketplace_id' => 'YOUR_MARKETPLACE_ID',
'endpoint' => 'https://api.zoop.ws',
'api_version' => 'v1',
]
];

0 comments on commit f99d20f

Please sign in to comment.