Skip to content

Instantly share code, notes, and snippets.

@RSpace
Created May 30, 2010 12:07
Show Gist options
  • Save RSpace/418984 to your computer and use it in GitHub Desktop.
Save RSpace/418984 to your computer and use it in GitHub Desktop.
require 'PaymentProvider' # Loads "PaymentProvider.dll", a library written in C#
invoice = PaymentProvider::EmailInvoice.new
result = invoice.send_to(@order.email)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment