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.
1 parent d253626 commit eb18546Copy full SHA for eb18546
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