commerce_paypal_ec 7.x-1.0-beta1

New features
Bug fixes
  • Move all the commerce_paypal_ec payment method callbacks to include file for better readability of code.
  • Issue #1650780 : negate the refund amounts to store as a negative amount and have a correctly calculation of the order total after refund.
  • Implements a confirm form for the payment transaction operations: capture and refund. This way the action ask for confirmation before trigger the operation.Issue #1650780 by e-anima : Implemented a payment_transaction local task that allow to refund a PayPal payment via the RefundTransaction API call.
  • Issue #1650780 by e-anima : refactored the admin PayPal EC page callbacks into commerce_paypal_ec.admin.inc for better organization.
  • Issue #1650780 by e-anima : refactored the Capture payment transaction local action menu to behave as MENU_LOCAL_TASK for better usability. Included the Refund local task item.Indicate in the autofill_address setting description that Shipping option requires commerce_shipping module to be enabled.
  • Issue #1714320 by langecornu : migrate the existing Rules actions of type commerce_payment_enable_paypal_ec to update the accepted options in the autofill_address setting.

commerce_paypal_ec 7.x-1.0-alpha3

  • Better control of possible unexpected response when execute Capture of an authorization payment. There is the case that when store PayPal account has not defined a currency in the list of accepted that payments could not be captured via API calls
  • Renamed all the $wrapper variables to something more readable depending the entity type that we are wrapping.
  • Implementation of format amount function that round amount to the configured currency decimals but using '.' as decimal separator and without thousand separator. Use this function to format AMT param.

commerce_paypal_ec 7.x-1.0-alpha2

Bug fixes

Fixes a critical bug with the decimals places in the totals that avoid correctly redirect to PayPal payment page. Renamed all the Paypal strings to PayPal camelcase to correct use of brand naming.

commerce_paypal_ec 7.x-1.0-alpha1

This is the first alpha release used in BlueSpark Labs project looks that is working well. Let's report any issue you found.

Subscribe with RSS Subscribe to Releases for Commerce Paypal Express Checkout