Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.473.211 Times

Business::GestPayCryptHS 0.41

  Date Added: October 06, 2010  |  Visits: 899

Business::GestPayCryptHS

Report Broken Link
Printer Friendly Version


Product Homepage
Download (100 downloads)



SYNOPSIS # # Request # use Business::GestPayCryptHS; my $obj = new Business::GestPayCryptHS; $obj->SetShopLogin($ShopLogin); $obj->SetCurrency($Currency); $obj->SetAmount($Amount); $obj->SetShopTransactionID($ShopTransationID); $obj->SetLanguage($Language); $obj->Encrypt(); if ( $obj->GetErrorCode() ) { print Error: , $obj->GetErrorCode(), , $objCrypt->GetErrorDescription(); } else { my $a = $obj->GetShopLogin(); my $b = $obj->GetEncryptedString(); print qq~ ~; } # # Response # $obj->SetShopLogin($ShopLogin); $obj->SetEncryptedString($b); $obj->Decrypt(); if ( $objCrypt->GetErrorCode() ) { print Error: , $obj->GetErrorCode() , , $objCrypt->GetErrorDescription(); } else { print ShopLogin : , $obj->GetShopLogin(), "n"; print Currency :, $obj->GetCurrency(), "n"; print Amount : , $obj->GetAmount(), "n"; print ShopTransactionID : , $obj->GetShopTransactionID(), "n"; print BuyerName : , $obj->GetBuyerName(), "n"; print BuyerEmail : , $obj->GetBuyerEmail(), "n"; print TransactionResult : , $obj->GetTransactionResult(), "n"; print AuthorizationCode : , $obj->GetAuthorizationCode(), "n"; print BankTransactionID : , $obj->GetBankTransactionID(), "n"; print ErrorCode : , $obj->GetErrorCode(), "n"; print ErrorDescription : , $obj->GetErrorDescription(), "n"; print AlertCode : , $obj->GetAlertCode(), "n"; print AlertDescription : , $obj->GetAlertDescription(), "n"; print CustomInfo : , $obj->GetCustomInfo(), "n"; }.

Requirements: No special requirements
Platforms: Linux
Keyword: Businessgestpaycrypths Gestpay Gestpaycrypths Geterrorcode Geterrordescription Libraries Online Payment System Print Programming
Users rating: 0/10

License: Freeware Size: 7.17 KB
USER REVIEWS
More Reviews or Write Review


BUSINESS::GESTPAYCRYPTHS RELATED
Libraries  -  Business::GestPayCrypt 0.41
Business::GestPayCrypt is a Perl interface to the Italian online payment system GestPay. SYNOPSIS # # Request # use Business::GestPayCrypt; my $obj = new Business::GestPayCrypt; $obj->SetShopLogin($ShopLogin);...
7.17 KB  
Backup Utilities  -  Browseable Online Backup System 0.6.4
Browseable Online Backup System (BOBS) is a complete online backup system. It uses large disks for storing backups and lets users browse and restore the files using a webbrowser. Files are fetched from other computers and stored in...
204.8 KB  
Puzzles  -  Online Cardgame System 0.9.0
Online Cardgame System project is a client-server system for playing card games over the net. OCS is a client-server cardgame system, similar to those found at Yahoo! Games and elsewhere. The server is portable and has been tested under Linux,...
 
Modules  -  Planyo online reservation system module 6.x-1.8
This module is a bridge to Planyo online reservation system.Planyo is a flexible online booking system for any kind of resources such as hotels, holiday apartments, yacht rentals, driving schools, tennis courts, doctor appointments, events...
30.72 KB  
Modules  -  Online Payment plug-in 1.0
Ready made plug-in to accept Online payments through forcetronix.com
 
Modules  -  Paybox payment for Ubercart 6.x-1.2
Paybox is an online payment system employed by many French banks.InstallationUnpack in your modules folder (usually '/sites/all/modules/')Enable under Administer > Site Building > Modules
20.48 KB  
Modules  -  iKobo Online Payment Module 1.0
ikobo has released 3rd party cart support. We have written a module to use this but still need to do some testing. Once testing is complete we will make the module available.
 
Modules  -  contre remboursement 1.1
A very popular french payment system is called "contre remboursement". it is a postal system of payment, at fixed charge, making it possible to send the products against refunding at reception.This contribution is only a package with a duplicate...
 
Security Tools  -  PyGestPayCrypt 1.0
PyGestPayCrypt is the Python implementation of GestPayCrypt and GestPayCryptHS classes for italian Banca Sella GestPay online credit card payment system.
2.98 KB  
Modules  -  VXSBill Payment Module 1.2
This payment module provides a mean to take payments through the VXSbill (homepage payment system. Note that to use this module, cURL must be available on your system as this is the means through which background posts to the VXS system are made....
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB