Skip to content
This repository was archived by the owner on Nov 11, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
©2011,2012,2013,2014 BITPAY, INC.
<strong>©2011-2014 BITPAY, INC.</strong>

Permission is hereby granted to any person obtaining a copy of this software and associated documentation for use and/or modification in association with the bitpay.com service.

Expand Down Expand Up @@ -64,3 +64,4 @@ Version
-------
- Bitpay plugin version 1.0
- Tested against Ecwid version 13.0.1629
- Added new HTTP header for version tracking
1 change: 1 addition & 0 deletions bitpay/bp_lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function bpCurl($url, $apiKey, $post = false) {
'Content-Type: application/json',
"Content-Length: $length",
"Authorization: Basic $uname",
'X-BitPay-Plugin-Info: ecwid033114',
);

curl_setopt($curl, CURLOPT_PORT, 443);
Expand Down