From 6eb2524e5d4eac4e757c8fbdc65ffb723539f17d Mon Sep 17 00:00:00 2001 From: TS3tools Date: Mon, 20 Nov 2017 10:45:41 +0100 Subject: [PATCH] Similar update to payment class (sandbox variable) --- refund/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refund/index.php b/refund/index.php index 55f8313..428fd9f 100644 --- a/refund/index.php +++ b/refund/index.php @@ -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(); } @@ -522,4 +522,4 @@ function printSucess($response, $pscrefund, $debugLevel, $type) } -?> \ No newline at end of file +?>