Skip to content

Commit 8b4ba1c

Browse files
authored
Update RestSuspendSubscriptionRequest.php
solve class name example
1 parent 8f8b04f commit 8b4ba1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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(

0 commit comments

Comments
 (0)