Completed
Branch master (f66fc6)
by
unknown
07:47
created
examples/simple_payment_api_example-maxspendable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 use Blocktrail\SDK\BlocktrailSDK;
4 4
 
5
-require_once __DIR__ . "/../vendor/autoload.php";
5
+require_once __DIR__."/../vendor/autoload.php";
6 6
 
7 7
 /*
8 8
     This simple example shows how to get the payload when your webhook is called.
Please login to merge, or discard this patch.
examples/simple_payment_api_example-spenditall.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 use Blocktrail\SDK\BlocktrailSDK;
4 4
 
5
-require_once __DIR__ . "/../vendor/autoload.php";
5
+require_once __DIR__."/../vendor/autoload.php";
6 6
 
7 7
 /*
8 8
     This simple example shows how to get the payload when your webhook is called.
Please login to merge, or discard this patch.