PHP Classes

File: src/config/laravel-paypal.php

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Paypal Integration   src/config/laravel-paypal.php   Download  
File: src/config/laravel-paypal.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Paypal Integration
Access Paypal API using a Laravel service provider
Author: By
Last change:
Date: 5 years ago
Size: 169 bytes
 

Contents

Class file image Download
<?php

return [
   
'username' => env('LARAVEL_PAYPAL_USERNAME'),
   
'password' => env('LARAVEL_PAYPAL_PASSWORD'),
   
'signature' => env('LARAVEL_PAYPAL_SIGNATURE')
];