Skip to content

Commit

Permalink
Checkout redirect request format update
Browse files Browse the repository at this point in the history
Helps resolve issue with few one step checkout which looks for post validation request.
  • Loading branch information
nandadubey authored Jul 19, 2017
1 parent fb43599 commit 0239519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ public function getCheckoutObject($order)
'public_api_key' => Mage::helper('affirm')->getApiKey(),
'user_confirmation_url' => Mage::getUrl('affirm/payment/confirm', array('_secure' => true)),
'user_cancel_url' => Mage::helper('checkout/url')->getCheckoutUrl(),
'user_confirmation_url_action' => 'GET',
'user_confirmation_url_action' => 'POST',
'charge_declined_url' => Mage::helper('checkout/url')->getCheckoutUrl()
),
'config' => array('required_billing_fields' => 'name,address,email'),
Expand Down

0 comments on commit 0239519

Please sign in to comment.