Skip to content

Commit

Permalink
fix doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Mar 24, 2016
1 parent bcab34f commit c079e41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/docs/subscription-billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ This is a usual charge as we showed it in [get-it-started](get-it-started.md) wi
/** @var \Payum\Core\Model\PaymentInterface $payment */

$payment->setDetails([
'amount' => 2000,
'currency' => 'USD',

// everything in this section is never sent to the payment gateway
'local' => [
'save_card' => true,
Expand Down

0 comments on commit c079e41

Please sign in to comment.