We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa38095 commit 8e0146eCopy full SHA for 8e0146e
src/Message/RestCreatePlanRequest.php
@@ -35,7 +35,7 @@
35
* <code>
36
* // Create a gateway for the PayPal REST Gateway
37
* // (routes to GatewayFactory::create)
38
- * $gateway = Omnipay::create('Paypal_Rest');
+ * $gateway = Omnipay::create('PayPal_Rest');
39
*
40
* // Initialise the gateway
41
* $gateway->initialize(array(
0 commit comments