Skip to content

helpfulrobot/sunnysideup-payment-epaydk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SETUP:
-Copy entire payment_epaydk directory into your silverstripe project directory.
-Enter your epay.dk mechant number into your mysite/_config.php file with the set_merchant_number function eg:
	EpaydkPayment::set_merchant_number('yournumberhere'); 
-See payment_epaydk/_config.php for further configuration settings

See the _config.php file for further configuration. 


TODO:
set description / order text
set payment date & time based on returned data
make sure all currencies use 2 decimal places for minor units

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.7%
  • HTML 2.8%
  • CSS 0.5%