Skip to content

Commit 62d49d4

Browse files
Merge pull request #14 from appinlet/hotfix/ITN-responses-not-being-processed
Remove 'null' variable to fix ITN responses
2 parents 1feed34 + 4115dd2 commit 62d49d4

2 files changed

Lines changed: 2 additions & 2 deletions

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
}

gravityformspayfast/payfast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Gravity Forms PayFast Add-On
44
Plugin URI: http://www.gravityforms.com
55
Description: Integrates Gravity Forms with PayFast, a South African payment gateway.
6-
Version: 1.5.1
6+
Version: 1.5.2
77
Author: PayFast
88
Author URI: http://www.payfast.co.za
99
Text Domain: gravityformspayfast

0 commit comments

Comments
 (0)