From 8e0146e124fe77e73acc7da2cd99bd51295dae8f Mon Sep 17 00:00:00 2001 From: Amr Fayad Date: Wed, 25 Oct 2017 17:09:40 +0300 Subject: [PATCH 1/7] Update RestCreatePlanRequest.php slave code example --- src/Message/RestCreatePlanRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Message/RestCreatePlanRequest.php b/src/Message/RestCreatePlanRequest.php index e5d5596..68a2dbf 100644 --- a/src/Message/RestCreatePlanRequest.php +++ b/src/Message/RestCreatePlanRequest.php @@ -35,7 +35,7 @@ * * // 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( From 8d20d984bb84ace825931c34242e78ad9ddcf6f0 Mon Sep 17 00:00:00 2001 From: Amr Fayad Date: Wed, 25 Oct 2017 17:12:30 +0300 Subject: [PATCH 2/7] Update RestCancelSubscriptionRequest.php salve class name exampl --- src/Message/RestCancelSubscriptionRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Message/RestCancelSubscriptionRequest.php b/src/Message/RestCancelSubscriptionRequest.php index 583f963..e683216 100644 --- a/src/Message/RestCancelSubscriptionRequest.php +++ b/src/Message/RestCancelSubscriptionRequest.php @@ -22,7 +22,7 @@ * * // 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( From de3da6b54df53aa6d5a090c39cb4d8136ef54262 Mon Sep 17 00:00:00 2001 From: Amr Fayad Date: Wed, 25 Oct 2017 17:14:20 +0300 Subject: [PATCH 3/7] Update RestCompleteSubscriptionRequest.php salve class name example --- src/Message/RestCompleteSubscriptionRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Message/RestCompleteSubscriptionRequest.php b/src/Message/RestCompleteSubscriptionRequest.php index 191df98..71e5a89 100644 --- a/src/Message/RestCompleteSubscriptionRequest.php +++ b/src/Message/RestCompleteSubscriptionRequest.php @@ -35,7 +35,7 @@ * * // 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( From a50ba8f87f15c0046db0fec31ca59dff4a60fe8d Mon Sep 17 00:00:00 2001 From: Amr Fayad Date: Wed, 25 Oct 2017 17:16:41 +0300 Subject: [PATCH 4/7] Update RestCreateSubscriptionRequest.php salve class name example --- src/Message/RestCreateSubscriptionRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Message/RestCreateSubscriptionRequest.php b/src/Message/RestCreateSubscriptionRequest.php index 79ec611..0ae6e72 100644 --- a/src/Message/RestCreateSubscriptionRequest.php +++ b/src/Message/RestCreateSubscriptionRequest.php @@ -43,7 +43,7 @@ * * // 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( From 8f8b04f4ad24a7f7bc2832c8a857b099c0bba816 Mon Sep 17 00:00:00 2001 From: Amr Fayad Date: Wed, 25 Oct 2017 17:18:10 +0300 Subject: [PATCH 5/7] Update RestReactivateSubscriptionRequest.php salve class name example --- src/Message/RestReactivateSubscriptionRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Message/RestReactivateSubscriptionRequest.php b/src/Message/RestReactivateSubscriptionRequest.php index 977b8be..bf52ed3 100644 --- a/src/Message/RestReactivateSubscriptionRequest.php +++ b/src/Message/RestReactivateSubscriptionRequest.php @@ -22,7 +22,7 @@ * * // 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( From 8b4ba1c98c38e4abb9e5343d507d49bcb9f897c4 Mon Sep 17 00:00:00 2001 From: Amr Fayad Date: Wed, 25 Oct 2017 17:19:29 +0300 Subject: [PATCH 6/7] Update RestSuspendSubscriptionRequest.php solve class name example --- src/Message/RestSuspendSubscriptionRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Message/RestSuspendSubscriptionRequest.php b/src/Message/RestSuspendSubscriptionRequest.php index 14a273f..326d678 100644 --- a/src/Message/RestSuspendSubscriptionRequest.php +++ b/src/Message/RestSuspendSubscriptionRequest.php @@ -22,7 +22,7 @@ * * // 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( From 27c5da39a0b9ee226f3bc82f67abab6460c68def Mon Sep 17 00:00:00 2001 From: Amr Fayad Date: Wed, 25 Oct 2017 17:20:44 +0300 Subject: [PATCH 7/7] Update RestUpdatePlanRequest.php solve class name example --- src/Message/RestUpdatePlanRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Message/RestUpdatePlanRequest.php b/src/Message/RestUpdatePlanRequest.php index 5d9316e..dcda2d0 100644 --- a/src/Message/RestUpdatePlanRequest.php +++ b/src/Message/RestUpdatePlanRequest.php @@ -24,7 +24,7 @@ * * // 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(