PHP Classes

File: src/config/webshipper.php

Recommend this page to a friend!
  Classes of Stefan Ninic   Laravel WebShipper   src/config/webshipper.php   Download  
File: src/config/webshipper.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel WebShipper
Manage e-commerce orders using Webshipper API
Author: By
Last change:
Date: 5 years ago
Size: 272 bytes
 

Contents

Class file image Download
<?php

return [
   
'webshipper_v2_account_name' => env( 'WEBSHIPPER_V2_ACCOUNT_NAME' ),
   
'webshipper_v2_email' => env('WEBSHIPPER_V2_EMAIL'),
   
'webshipper_v2_password' => env('WEBSHIPPER_V2_PASSWORD'),
   
'webshipper_api_token' => env( 'WEBSHIPPER_API_TOKEN' ),
];