Skip to content

klepsydra/openpayu_php_example

 
 

Repository files navigation

OpenPayU PHP Integration Examples

The following project contains examples of integrating with PayU Gateway using OpenPayU PHP library.

Running the examples

Configure config.php with your sandbox API keys or use default values:

OpenPayU_Configuration::setEnvironment('sandbox');
OpenPayU_Configuration::setMerchantPosId('37857');
OpenPayU_Configuration::setPosAuthKey('ArJmhmF');
OpenPayU_Configuration::setClientId('37857');
OpenPayU_Configuration::setClientSecret('64dec4280702424aeea05ae85d20e15e');
OpenPayU_Configuration::setSignatureKey('a8e58d7c77722ceb73fa3fe43bf9cd53');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published