Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Bump PayPal API version to 59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Fauser committed Sep 9, 2009
1 parent 963532a commit b4523fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,5 +1,6 @@
= ActiveMerchant CHANGELOG

* Bump PayPal Version to 59.0 [cody]
* Add amex support to eWay gateway [cody]
* Change Payflow header X-VPS-Timeout -> X-VPS-Client-Timeout [cody]
* Fix typo preventing OgoneGateway from working in production [Nicolas Jacobeus]
Expand Down
Expand Up @@ -8,7 +8,7 @@ def self.included(base)
base.cattr_accessor :signature
end

API_VERSION = '52.0'
API_VERSION = '59.0'

URLS = {
:test => { :certificate => 'https://api.sandbox.paypal.com/2.0/',
Expand Down

0 comments on commit b4523fe

Please sign in to comment.