Skip to content

Commit

Permalink
Merge pull request #178 from amrfayad/master
Browse files Browse the repository at this point in the history
Solve Code Example
  • Loading branch information
delatbabel authored Nov 10, 2017
2 parents aa38095 + 27c5da3 commit 9638528
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Message/RestCancelSubscriptionRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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
2 changes: 1 addition & 1 deletion src/Message/RestCompleteSubscriptionRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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
2 changes: 1 addition & 1 deletion src/Message/RestCreatePlanRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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
2 changes: 1 addition & 1 deletion src/Message/RestCreateSubscriptionRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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
2 changes: 1 addition & 1 deletion src/Message/RestReactivateSubscriptionRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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
2 changes: 1 addition & 1 deletion src/Message/RestSuspendSubscriptionRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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
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 9638528

Please sign in to comment.