Skip to content

Commit

Permalink
Update RestUpdatePlanRequest.php
Browse files Browse the repository at this point in the history
solve class name example
  • Loading branch information
amrfayad authored Oct 25, 2017
1 parent 8b4ba1c commit 27c5da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/RestUpdatePlanRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* <code>
* // Create a gateway for the PayPal REST Gateway
* // (routes to GatewayFactory::create)
* $gateway = Omnipay::create('Paypal_Rest');
* $gateway = Omnipay::create('PayPal_Rest');
*
* // Initialise the gateway
* $gateway->initialize(array(
Expand Down

0 comments on commit 27c5da3

Please sign in to comment.