Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Dec 4, 2024
1 parent e712c5d commit f56059e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/all/modules/paynl/paynl.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function paynl_place_order( $order, $methodId )

//save the cubecart orderid so we can refer to this when the pay.nl exchange pings back
$objStartApi->setExtra1( $order->order_id );
$objStartApi->setObject('ubercart 1.1.2');
$objStartApi->setObject('ubercart 1.1.3');

//create transaction
$arrTransaction = $objStartApi->doRequest();
Expand Down

0 comments on commit f56059e

Please sign in to comment.