Sha256: ae00ef5d308b30057111e4bd5009e133d7b93b91f8ac549830babf3e8b329a73

Contents?: true

Size: 254 Bytes

Versions: 1

Compression:

Stored size: 254 Bytes

Contents

# card_hold_href is the stored href for the CardHold
card_hold = Balanced::CardHold.fetch(card_hold_href)
debit = card_hold.capture(
  :description => 'Some descriptive text for the debit in the dashboard',
  :appears_on_statement_as => 'ShowsUpOnStmt'
)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
balanced-1.2.1 snippets/card-hold-capture.rb