Skip to content

Commit 07aaabf

Browse files
committed
fix
1 parent 120c42b commit 07aaabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paypal/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def _call(self, method, **kwargs):
118118
timestamp, signature = getAuthHeader(self.config.API_USERNAME,
119119
self.config.API_PASSWORD,
120120
self.config.ACCESS_TOKEN,
121-
self.config.SECRET_TOKEN,
121+
self.config.TOKEN_SECRET,
122122
'GET',
123123
self.config.API_ENDPOINT)
124124
headers['X-PAYPAL-AUTHORIZATION'] = "timestamp="+timestamp+",token="+self.config.ACCESS_TOKEN+",signature="+signature

0 commit comments

Comments
 (0)