Skip to content

Commit

Permalink
[doc] typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Oct 9, 2014
1 parent 1fe1d57 commit 30db939
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Resources/docs/get-it-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ php composer.phar require "payum/be2bill:*@stable"

We have to only add a the payment factory. All the rest remain the same:

```php
<?php
//config.php

use Payum\Be2Bill\Api as Be2BillApi;
use Payum\Be2Bill\PaymentFactory as Be2BillPaymentFactory;
use Payum\Be2Bill\OnsitePaymentFactory as Be2BillOnsitePaymentFactory;

//config.php

// ...

$payments['be2bill'] = Be2BillPaymentFactory::create(new Be2BillApi(new Curl, array(
Expand Down

0 comments on commit 30db939

Please sign in to comment.