Skip to content

Commit ea47b0f

Browse files
fix(paystack): Rename makePayment to makePaymentRequest
1 parent 6f94397 commit ea47b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Paystack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function setResponse($relativeUrl)
118118
*/
119119
public function getAuthorizationUrl()
120120
{
121-
$this->makePayment();
121+
$this->makePaymentRequest();
122122

123123
$this->url = $this->response->json()["data"]["authorization_url"];
124124

0 commit comments

Comments
 (0)