Skip to content

Commit

Permalink
Merge pull request #206 from SimonLeungAPHK/patch-1
Browse files Browse the repository at this point in the history
Update paydollar.rb
  • Loading branch information
timbeiko authored Jul 25, 2016
2 parents 62a1f83 + 69990b0 commit 33cb50e
Showing 1 changed file with 43 additions and 13 deletions.
56 changes: 43 additions & 13 deletions lib/offsite_payments/integrations/paydollar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,56 @@ module OffsitePayments #:nodoc:
module Integrations #:nodoc:
module Paydollar
CURRENCY_MAP = {
'AED' => '784',
'HKD' => '344',
'USD' => '840',
'SGD' => '702',
'RMB' => '156',
'JPY' => '392',
'TWD' => '901',
'AUD' => '036',
'BND' => '096',
'CAD' => '124',
'CNY' => '156',
'EUR' => '978',
'GBP' => '826',
'HKD' => '344',
'IDR' => '360',
'JPY' => '392',
'KRW' => '410',
'CAD' => '124',
'MOP' => '446',
'PHP' => '608',
'THB' => '764',
'MYR' => '458',
'IDR' => '360',
'KRW' => '410',
'BND' => '096',
'NZD' => '554',
'PHP' => '608',
'SAR' => '682',
'SGD' => '702',
'THB' => '764',
'TWD' => '901',
'USD' => '840',
'AED' => '784',
'BRL' => '986',
'INR' => '356',
'TRY' => '949',
'ZAR' => '710',
'VND' => '704',
'DKK' => '208',
'ILS' => '376',
'NOK' => '578',
'RUB' => '643',
'SEK' => '752',
'CHF' => '756',
'ARS' => '032',
'CLP' => '152',
'COP' => '170',
'CZK' => '203',
'EGP' => '818',
'HUF' => '348',
'KZT' => '398',
'LBP' => '422',
'MXN' => '484',
'NGN' => '566',
'PKR' => '586',
'PEN' => '604',
'PLN' => '985',
'QAR' => '634',
'RON' => '946',
'UAH' => '980',
'VEF' => '937',
'LKR' => '144',
'KWD' => '414',
}

def self.service_url
Expand Down

0 comments on commit 33cb50e

Please sign in to comment.