Skip to content

Commit

Permalink
Merge branch 'adding-Manage-recurring-payments-profile-status-to-fact…
Browse files Browse the repository at this point in the history
…ory' into 0.5
  • Loading branch information
makasim committed Aug 12, 2013
2 parents e8136ad + cd92d67 commit 9d1bf6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Payum/Paypal/ExpressCheckout/Nvp/PaymentFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use Payum\Paypal\ExpressCheckout\Nvp\Action\Api\GetTransactionDetailsAction;
use Payum\Paypal\ExpressCheckout\Nvp\Action\Api\SetExpressCheckoutAction;
use Payum\Paypal\ExpressCheckout\Nvp\Action\Api\AuthorizeTokenAction;
use Payum\Paypal\ExpressCheckout\Nvp\Action\Api\ManageRecurringPaymentsProfileStatusAction;
use Payum\Paypal\ExpressCheckout\Nvp\Action\CaptureAction;
use Payum\Paypal\ExpressCheckout\Nvp\Action\PaymentDetailsStatusAction;
use Payum\Paypal\ExpressCheckout\Nvp\Action\PaymentDetailsSyncAction;
Expand Down Expand Up @@ -46,6 +47,7 @@ public static function create(Api $api)
$payment->addAction(new PaymentDetailsSyncAction);
$payment->addAction(new RecurringPaymentDetailsStatusAction);
$payment->addAction(new RecurringPaymentDetailsSyncAction);
$payment->addAction(new ManageRecurringPaymentsProfileStatusAction);
$payment->addAction(new AuthorizeTokenAction);

$payment->addAction(new CaptureDetailsAggregatedModelAction);
Expand Down

0 comments on commit 9d1bf6f

Please sign in to comment.