Skip to content

Commit 9638528

Browse files
authored
Merge pull request #178 from amrfayad/master
Solve Code Example
2 parents aa38095 + 27c5da3 commit 9638528

7 files changed

+7
-7
lines changed

src/Message/RestCancelSubscriptionRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* <code>
2323
* // Create a gateway for the PayPal REST Gateway
2424
* // (routes to GatewayFactory::create)
25-
* $gateway = Omnipay::create('Paypal_Rest');
25+
* $gateway = Omnipay::create('PayPal_Rest');
2626
*
2727
* // Initialise the gateway
2828
* $gateway->initialize(array(

src/Message/RestCompleteSubscriptionRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* <code>
3636
* // Create a gateway for the PayPal REST Gateway
3737
* // (routes to GatewayFactory::create)
38-
* $gateway = Omnipay::create('Paypal_Rest');
38+
* $gateway = Omnipay::create('PayPal_Rest');
3939
*
4040
* // Initialise the gateway
4141
* $gateway->initialize(array(

src/Message/RestCreatePlanRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* <code>
3636
* // Create a gateway for the PayPal REST Gateway
3737
* // (routes to GatewayFactory::create)
38-
* $gateway = Omnipay::create('Paypal_Rest');
38+
* $gateway = Omnipay::create('PayPal_Rest');
3939
*
4040
* // Initialise the gateway
4141
* $gateway->initialize(array(

src/Message/RestCreateSubscriptionRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* <code>
4444
* // Create a gateway for the PayPal REST Gateway
4545
* // (routes to GatewayFactory::create)
46-
* $gateway = Omnipay::create('Paypal_Rest');
46+
* $gateway = Omnipay::create('PayPal_Rest');
4747
*
4848
* // Initialise the gateway
4949
* $gateway->initialize(array(

src/Message/RestReactivateSubscriptionRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* <code>
2323
* // Create a gateway for the PayPal REST Gateway
2424
* // (routes to GatewayFactory::create)
25-
* $gateway = Omnipay::create('Paypal_Rest');
25+
* $gateway = Omnipay::create('PayPal_Rest');
2626
*
2727
* // Initialise the gateway
2828
* $gateway->initialize(array(

src/Message/RestSuspendSubscriptionRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* <code>
2323
* // Create a gateway for the PayPal REST Gateway
2424
* // (routes to GatewayFactory::create)
25-
* $gateway = Omnipay::create('Paypal_Rest');
25+
* $gateway = Omnipay::create('PayPal_Rest');
2626
*
2727
* // Initialise the gateway
2828
* $gateway->initialize(array(

src/Message/RestUpdatePlanRequest.php

Lines changed: 1 addition & 1 deletion
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)