Skip to content

Commit a50ba8f

Browse files
authored
Update RestCreateSubscriptionRequest.php
salve class name example
1 parent de3da6b commit a50ba8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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(

0 commit comments

Comments
 (0)