diff --git a/docs/classes/BitPaySDK-Client.html b/docs/classes/BitPaySDK-Client.html index 79a5d4de..547e77c2 100644 --- a/docs/classes/BitPaySDK-Client.html +++ b/docs/classes/BitPaySDK-Client.html @@ -811,7 +811,7 @@

@@ -906,7 +906,7 @@

@@ -1001,7 +1001,7 @@

@@ -1085,7 +1085,7 @@

@@ -1166,7 +1166,7 @@

@@ -1246,7 +1246,7 @@

@@ -1326,7 +1326,7 @@

@@ -1428,7 +1428,7 @@

@@ -1530,7 +1530,7 @@

@@ -1611,7 +1611,7 @@

@@ -1758,7 +1758,7 @@

@@ -1766,7 +1766,7 @@

public - static createWithData(string $environment, string $privateKey, Tokens $tokens[, string|null $privateKeySecret = null ][, string|null $proxy = null ]) : Client + static createWithData(string $environment, string $privateKey, Tokens $tokens[, string|null $privateKeySecret = null ][, string|null $proxy = null ][, string|null $platformInfo = null ]) : Client
@@ -1819,6 +1819,15 @@

Parameters
http://********.com:3128

+ +
+ $platformInfo + : string|null + = null
+
+

Value for the X-BitPay-Platform header.

+
+
@@ -1869,7 +1878,7 @@

@@ -1877,7 +1886,7 @@

public - static createWithFile(string $configFilePath) : Client + static createWithFile(string $configFilePath[, string|null $platformInfo = null ]) : Client
@@ -1893,6 +1902,15 @@

Parameters

The path to the configuration file.

+ +
+ $platformInfo + : string|null + = null
+
+

Value for the X-BitPay-Platform header.

+
+
@@ -1935,7 +1953,7 @@

@@ -2023,7 +2041,7 @@

@@ -2125,7 +2143,7 @@

@@ -2227,7 +2245,7 @@

@@ -2309,7 +2327,7 @@

@@ -2407,7 +2425,7 @@

@@ -2496,7 +2514,7 @@

@@ -2599,7 +2617,7 @@

@@ -2703,7 +2721,7 @@

@@ -2833,7 +2851,7 @@

@@ -2939,7 +2957,7 @@

@@ -3015,7 +3033,7 @@

@@ -3100,7 +3118,7 @@

@@ -3185,7 +3203,7 @@

@@ -3288,7 +3306,7 @@

@@ -3418,7 +3436,7 @@

@@ -3488,7 +3506,7 @@

@@ -3576,7 +3594,7 @@

@@ -3664,7 +3682,7 @@

@@ -3740,7 +3758,7 @@

@@ -3824,7 +3842,7 @@

Client.php : - 1005 + 1008 @@ -3917,7 +3935,7 @@

@@ -4049,7 +4067,7 @@

@@ -4121,7 +4139,7 @@

@@ -4183,7 +4201,7 @@

@@ -4270,7 +4288,7 @@

@@ -4358,7 +4376,7 @@

@@ -4442,7 +4460,7 @@

Client.php : - 811 + 814 @@ -4530,7 +4548,7 @@

@@ -4610,7 +4628,7 @@

@@ -4694,7 +4712,7 @@

@@ -4782,7 +4800,7 @@

@@ -4875,7 +4893,7 @@

@@ -4995,7 +5013,7 @@

@@ -5088,7 +5106,7 @@

@@ -5177,7 +5195,7 @@

@@ -5266,7 +5284,7 @@

@@ -5309,7 +5327,7 @@

@@ -5352,7 +5370,7 @@

@@ -5395,7 +5413,7 @@

@@ -5438,7 +5456,7 @@

@@ -5481,7 +5499,7 @@

@@ -5524,7 +5542,7 @@

@@ -5567,7 +5585,7 @@

@@ -5610,7 +5628,7 @@

@@ -5653,7 +5671,7 @@

@@ -5716,7 +5734,7 @@

@@ -5755,7 +5773,7 @@

diff --git a/docs/classes/BitPaySDK-PosClient.html b/docs/classes/BitPaySDK-PosClient.html index afc0dba3..0dc35132 100644 --- a/docs/classes/BitPaySDK-PosClient.html +++ b/docs/classes/BitPaySDK-PosClient.html @@ -215,6 +215,13 @@

 : string +
+ $platformInfo + +  : string +
+
Value for the X-BitPay-Platform-Info header
+
$restCli @@ -735,6 +742,43 @@

+ +
+

+ $platformInfo + + + + +

+ + +

Value for the X-BitPay-Platform-Info header

+ + + + protected + string + $platformInfo + + + + + + + +
@@ -825,7 +869,7 @@

@@ -902,7 +946,7 @@

@@ -910,7 +954,7 @@

public - __construct(mixed $token[, string|null $environment = null ]) : mixed + __construct(string $token[, string|null $environment = null ][, string|null $platformInfo = null ]) : mixed
@@ -920,10 +964,10 @@

Parameters
$token - : mixed + : string
-

string The token generated on the BitPay account.

+

The token generated on the BitPay account.

@@ -932,7 +976,16 @@
Parameters
: string|null = null

-

string The target environment [Default: Production].

+

The target environment [Default: Production].

+
+ +
+
+ $platformInfo + : string|null + = null
+
+

Value for the X-BitPay-Platform-Info header.

@@ -973,7 +1026,7 @@

@@ -1068,7 +1121,7 @@

@@ -1163,7 +1216,7 @@

@@ -1247,7 +1300,7 @@

@@ -1328,7 +1381,7 @@

@@ -1408,7 +1461,7 @@

@@ -1488,7 +1541,7 @@

@@ -1590,7 +1643,7 @@

@@ -1692,7 +1745,7 @@

@@ -1773,7 +1826,7 @@

@@ -1920,7 +1973,7 @@

@@ -1928,7 +1981,7 @@

public - static createWithData(string $environment, string $privateKey, Tokens $tokens[, string|null $privateKeySecret = null ][, string|null $proxy = null ]) : Client + static createWithData(string $environment, string $privateKey, Tokens $tokens[, string|null $privateKeySecret = null ][, string|null $proxy = null ][, string|null $platformInfo = null ]) : Client
@@ -1981,6 +2034,15 @@

Parameters
http://********.com:3128

+ +
+ $platformInfo + : string|null + = null
+
+

Value for the X-BitPay-Platform header.

+
+
@@ -2031,7 +2093,7 @@

@@ -2039,7 +2101,7 @@

public - static createWithFile(string $configFilePath) : Client + static createWithFile(string $configFilePath[, string|null $platformInfo = null ]) : Client
@@ -2055,6 +2117,15 @@

Parameters

The path to the configuration file.

+ +
+ $platformInfo + : string|null + = null
+
+

Value for the X-BitPay-Platform header.

+
+
@@ -2097,7 +2168,7 @@

@@ -2185,7 +2256,7 @@

@@ -2287,7 +2358,7 @@

@@ -2389,7 +2460,7 @@

@@ -2471,7 +2542,7 @@

@@ -2537,7 +2608,7 @@

@@ -2635,7 +2706,7 @@

@@ -2724,7 +2795,7 @@

@@ -2827,7 +2898,7 @@

@@ -2931,7 +3002,7 @@

@@ -3061,7 +3132,7 @@

@@ -3167,7 +3238,7 @@

@@ -3243,7 +3314,7 @@

@@ -3328,7 +3399,7 @@

@@ -3413,7 +3484,7 @@

@@ -3516,7 +3587,7 @@

@@ -3646,7 +3717,7 @@

@@ -3716,7 +3787,7 @@

@@ -3804,7 +3875,7 @@

@@ -3892,7 +3963,7 @@

@@ -3968,7 +4039,7 @@

@@ -4052,7 +4123,7 @@

Client.php : - 1005 + 1008 @@ -4145,7 +4216,7 @@

@@ -4277,7 +4348,7 @@

@@ -4349,7 +4420,7 @@

@@ -4411,7 +4482,7 @@

@@ -4498,7 +4569,7 @@

@@ -4586,7 +4657,7 @@

@@ -4670,7 +4741,7 @@

Client.php : - 811 + 814 @@ -4758,7 +4829,7 @@

@@ -4838,7 +4909,7 @@

@@ -4922,7 +4993,7 @@

@@ -5010,7 +5081,7 @@

@@ -5103,7 +5174,7 @@

@@ -5223,7 +5294,7 @@

@@ -5316,7 +5387,7 @@

@@ -5405,7 +5476,7 @@

@@ -5494,7 +5565,7 @@

@@ -5537,7 +5608,7 @@

@@ -5580,7 +5651,7 @@

@@ -5623,7 +5694,7 @@

@@ -5666,7 +5737,7 @@

@@ -5709,7 +5780,7 @@

@@ -5752,7 +5823,7 @@

@@ -5795,7 +5866,7 @@

@@ -5838,7 +5909,7 @@

@@ -5881,7 +5952,7 @@

@@ -5944,7 +6015,7 @@

@@ -5983,7 +6054,7 @@

@@ -6033,7 +6104,7 @@

@@ -6211,6 +6282,7 @@

Return values
  • diff --git a/docs/js/searchIndex.js b/docs/js/searchIndex.js index f6b36c43..15e2b931 100644 --- a/docs/js/searchIndex.js +++ b/docs/js/searchIndex.js @@ -9250,6 +9250,11 @@ Search.appendIndex( "name": "env", "summary": "", "url": "classes/BitPaySDK-PosClient.html#property_env" + }, { + "fqsen": "\\BitPaySDK\\PosClient\u003A\u003A\u0024platformInfo", + "name": "platformInfo", + "summary": "Value\u0020for\u0020the\u0020X\u002DBitPay\u002DPlatform\u002DInfo\u0020header", + "url": "classes/BitPaySDK-PosClient.html#property_platformInfo" }, { "fqsen": "\\BitPaySDK\\PosClient\u003A\u003A\u0024token", "name": "token", @@ -9390,6 +9395,11 @@ Search.appendIndex( "name": "identity", "summary": "", "url": "classes/BitPaySDK-Util-RESTcli-RESTcli.html#property_identity" + }, { + "fqsen": "\\BitPaySDK\\Util\\RESTcli\\RESTcli\u003A\u003A\u0024platformInfo", + "name": "platformInfo", + "summary": "Value\u0020for\u0020the\u0020X\u002DBitPay\u002DPlatform\u002DInfo\u0020header.", + "url": "classes/BitPaySDK-Util-RESTcli-RESTcli.html#property_platformInfo" }, { "fqsen": "\\BitPaySDK\\Util\\RESTcli\\RESTcli\u003A\u003A\u0024proxy", "name": "proxy",