lib/active_merchant/billing/gateways/paybox_direct.rb in activemerchant-1.88.0 vs lib/active_merchant/billing/gateways/paybox_direct.rb in activemerchant-1.89.0

- old
+ new

@@ -32,10 +32,11 @@ 'SGD'=> '702', 'SEK'=> '752', 'CHF'=> '756', 'GBP'=> '826', 'USD'=> '840', - 'EUR'=> '978' + 'EUR'=> '978', + 'XPF'=> '953' } SUCCESS_CODES = ['00000'] UNAVAILABILITY_CODES = ['00001', '00097', '00098'] SUCCESS_MESSAGE = 'The transaction was approved'