Skip to content

Commit 27c5da3

Browse files
authored
Update RestUpdatePlanRequest.php
solve class name example
1 parent 8b4ba1c commit 27c5da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/RestUpdatePlanRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* <code>
2525
* // Create a gateway for the PayPal REST Gateway
2626
* // (routes to GatewayFactory::create)
27-
* $gateway = Omnipay::create('Paypal_Rest');
27+
* $gateway = Omnipay::create('PayPal_Rest');
2828
*
2929
* // Initialise the gateway
3030
* $gateway->initialize(array(

0 commit comments

Comments
 (0)