Skip to content

Commit

Permalink
Fix for VVVgiftcard
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Oct 30, 2020
1 parent 4cc16ba commit bbce06e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/gateways/paynl_vvvgiftcard.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
require_once __DIR__."/paynl/vendor/autoload.php";

function paynl_vvvgiftcard_MetaData(){
return \Paynl\Whmcs\Gateway\Webshopgiftcard::getMetaData();
return \Paynl\Whmcs\Gateway\VVVGiftcard::getMetaData();
}

function paynl_vvvgiftcard_config(){
return \Paynl\Whmcs\Gateway\Webshopgiftcard::getConfig();
return \Paynl\Whmcs\Gateway\VVVGiftcard::getConfig();
}

function paynl_vvvgiftcard_link($params){
return \Paynl\Whmcs\Gateway\Webshopgiftcard::getLink($params);
return \Paynl\Whmcs\Gateway\VVVGiftcard::getLink($params);
}

0 comments on commit bbce06e

Please sign in to comment.