paypro: use unspecified GET method for first paypro request.
This commit is contained in:
parent
08f1a49259
commit
efe41cead4
3 changed files with 4 additions and 4 deletions
|
|
@ -801,7 +801,7 @@ Wallet.prototype.createPaymentTx = function(options, cb) {
|
|||
}
|
||||
|
||||
return Wallet.request({
|
||||
method: options.method || 'POST',
|
||||
method: 'GET',
|
||||
url: options.uri,
|
||||
headers: {
|
||||
'Accept': PayPro.PAYMENT_REQUEST_CONTENT_TYPE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue