We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d253626 + eb18546 commit 0df4b36Copy full SHA for 0df4b36
src/Omnipay/PayPal/ProGateway.php
@@ -73,7 +73,7 @@ public function authorize(array $parameters = array())
73
74
public function purchase(array $parameters = array())
75
{
76
- return $this->createRequest('\Omnipay\PayPal\Message\ProAuthorizeRequest', $parameters);
+ return $this->createRequest('\Omnipay\PayPal\Message\ProPurchaseRequest', $parameters);
77
}
78
79
public function capture(array $parameters = array())
0 commit comments