Skip to content

Commit

Permalink
Merge branch 'pw-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
masonpham committed Mar 6, 2018
2 parents e3dbcac + 38e0b18 commit 8becf82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/brickccform.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ function get_smarty_values($invoice, $invoiceData, $gateways, $publicKey, $whmcs
'tokens' => $tokens,
'sumBrickToken' => $sumBrickToken,
'isSubscription' => !empty($recurring) ? 1 : 0
);
}

function create_charge($config, $invoiceData, $cardInfo)
Expand Down
2 changes: 1 addition & 1 deletion src/modules/gateways/paymentwall.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Author URI: http://www.paymentwall.com/
* License: The MIT License (MIT)
*
*/8
*/
if (!defined("WHMCS")) {
exit("This file cannot be accessed directly");
}
Expand Down

0 comments on commit 8becf82

Please sign in to comment.