24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
|
#==============================================================================
|
||
|
#
|
||
|
# "Open source" kit for Monetico Paiement(TM).
|
||
|
# Integration sample in a merchant site for PHP
|
||
|
#
|
||
|
# Author : Euro-Information/e-Commerce
|
||
|
# Version : 4.0
|
||
|
# Date : 05/06/2014
|
||
|
#
|
||
|
# Copyright: (c) 2014 Euro-Information. All rights reserved.
|
||
|
#
|
||
|
#==============================================================================
|
||
|
|
||
|
Files included in this example package :
|
||
|
moneticopaiement.css : Cascaded Style Sheet file
|
||
|
background.gif : background image of the php pages
|
||
|
logomoneticopaiement.png : Monetico Paiement logo
|
||
|
Phase1Go.php : Form example to connect to the payment page
|
||
|
Phase2Back.php : Callback example to return an acknowledgment to the bank server
|
||
|
MoneticoPaiement_Ept.inc.php : Classes and functions
|
||
|
MoneticoPaiement_Config.php : Key file. WARNING ! You have to protect this file with all the mechanism available in your development environment.
|
||
|
License.txt : Usage conditions of the previous files
|
||
|
readme.txt : this current file
|