Skip to content

Commit

Permalink
Update module version to v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldpdl committed May 6, 2014
1 parent fded2c8 commit c06673c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/includes/modules/payment/paypal_express.php
Expand Up @@ -16,7 +16,7 @@ class paypal_express {
function paypal_express() {
global $PHP_SELF, $request_type, $order, $payment;

$this->signature = 'paypal|paypal_express|2.0|2.2';
$this->signature = 'paypal|paypal_express|3.0|2.2';
$this->api_version = '112';

$this->code = 'paypal_express';
Expand Down

0 comments on commit c06673c

Please sign in to comment.