Skip to content

Commit

Permalink
Similar update to payment class (sandbox variable)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebbo94BY committed Nov 20, 2017
1 parent a0b11ef commit 6eb2524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions refund/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
$correlation_id = "testCorrID_" . uniqid();

// create new Refund Controller
$pscrefund = new PaysafecardRefundController($config['psc_key'], $config['environment']);
$pscrefund = new PaysafecardRefundController($config['psc_key'], $config['sandbox']);
if ($config['logging']) {
$logger = new PaysafeLogger();
}
Expand Down Expand Up @@ -522,4 +522,4 @@ function printSucess($response, $pscrefund, $debugLevel, $type)

}

?>
?>

0 comments on commit 6eb2524

Please sign in to comment.