We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4ba1c commit 27c5da3Copy full SHA for 27c5da3
src/Message/RestUpdatePlanRequest.php
@@ -24,7 +24,7 @@
24
* <code>
25
* // Create a gateway for the PayPal REST Gateway
26
* // (routes to GatewayFactory::create)
27
- * $gateway = Omnipay::create('Paypal_Rest');
+ * $gateway = Omnipay::create('PayPal_Rest');
28
*
29
* // Initialise the gateway
30
* $gateway->initialize(array(
0 commit comments