Skip to content

Commit 700950f

Browse files
Remove 'null' variable
1 parent 1feed34 commit 700950f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gravityformspayfast/class-gf-payfast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ public function process_itn(/*$entry, $status, $transaction_type, $transaction_i
11591159
//// Get internal cart
11601160
if( !$pfError && !$pfDone )
11611161
{
1162-
$order_info = $entry+$config;
1162+
$order_info = $entry;
11631163
pflog( "Purchase:\n". print_r( $order_info, true ) );
11641164
self::log_debug( "Purchase:\n". print_r( $order_info, true ) );
11651165
}

0 commit comments

Comments
 (0)