lib/pxpay/base.rb in pxpay-0.1.1 vs lib/pxpay/base.rb in pxpay-0.1.2

- old
+ new

@@ -1,5 +1,6 @@ module Pxpay + # The base Pxpay class, contains the acceptable currency types and the details that are returned from Payment Express class Base # A list of the acceptable payment currencies # See http://www.paymentexpress.com/technical_resources/ecommerce_hosted/pxpay.html#Properties def self.currency_types %w( CAD CHF EUR FRF GBP HKD JPY NZD SGD USD ZAR AUD WST VUV TOP SBD PNG MYR KWD FJD ) \ No newline at end of file