PHP Classes

File: src/config/instapago.php

Recommend this page to a friend!
  Classes of ángel cruz   Laravel Instapago   src/config/instapago.php   Download  
File: src/config/instapago.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Instapago
process payments with the Instapago and Laravel
Author: By
Last change:
Date: 7 years ago
Size: 128 bytes
 

Contents

Class file image Download
<?php

return [
   
'key_id' => env('INSTAPAGO_KEY_ID'),
   
'public_key_id' => env('INSTAPAGO_PUBLIC_KEY_ID'),
];