File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class BaseAPI {
5151 path : tempPath ,
5252 headers : {
5353 "authorization" : `Bearer ${ this . apiKey } ` ,
54- "paystack-version" : `@paystack/paystack-sdk - 1.0.0-beta.4 `
54+ "paystack-version" : `@paystack/paystack-sdk - 1.0.0-beta.5 `
5555 }
5656 } ;
5757 return new Promise ( ( resolve , reject ) => {
Original file line number Diff line number Diff line change 11{
22 "name" : " @paystack/paystack-sdk" ,
3- "version" : " 1.0.0-beta.4 " ,
3+ "version" : " 1.0.0-beta.5 " ,
44 "description" : " Paystack API wrapper for Node" ,
55 "author" : " Paystack <integrations@paystack.com> (https://paystack.com/docs)" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export class BaseAPI {
5555 path : tempPath ,
5656 headers : {
5757 "authorization" : `Bearer ${ this . apiKey } ` ,
58- "paystack-version" : `@paystack/paystack-sdk - 1.0.0-beta.4 `
58+ "paystack-version" : `@paystack/paystack-sdk - 1.0.0-beta.5 `
5959 }
6060 }
6161
You can’t perform that action at this time.
0 commit comments