Skip to content

Instantly share code, notes, and snippets.

View tianlim's full-sized avatar

Tian Lim tianlim

  • Bali
View GitHub Profile
@tianlim
tianlim / Skrill
Created June 28, 2013 19:34
Integrate Payment Gateway Skrill (Moneybookers) to BoxBilling
<?php
/*
*/
class Payment_Adapter_Skrill
{
private $config = array();
public function __construct($config)
{
$this->config = $config;