@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | |
92 | 92 | /** |
93 | 93 | * Initiate a payment request to Paystack |
94 | - * @return Unicodeveloper\Paystack\Paystack |
|
94 | + * @return Paystack |
|
95 | 95 | */ |
96 | 96 | public function makePaymentRequest() |
97 | 97 | { |
@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | /** |
104 | 104 | * Make the client request and get the response |
105 | 105 | * @param string $relativeUrl |
106 | - * @return Unicodeveloper\Paystack\Paystack |
|
106 | + * @return Paystack |
|
107 | 107 | */ |
108 | 108 | public function setResponse($relativeUrl) |
109 | 109 | { |
@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | |
123 | 123 | /** |
124 | 124 | * Get the authorization url from the callback response |
125 | - * @return Unicodeveloper\Paystack\Paystack |
|
125 | + * @return Paystack |
|
126 | 126 | */ |
127 | 127 | public function getAuthorizationUrl() |
128 | 128 | { |