Skip to content

Commit

Permalink
v. 3.2.4
Browse files Browse the repository at this point in the history
- Correcao em campo de data de nascimento na finalizacao de pedido
  • Loading branch information
r-martins committed Jul 28, 2017
1 parent 7da7106 commit 8fea857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ private function _getAddressAttributeValue($address, $attributeId)
*/
private function _getCustomerCcDobValue(Mage_Customer_Model_Customer $customer, $payment)
{
$ccDobAttribute = Mage::getStoreConfig('payment/pagseguro_cc/owner_dob_attribute');
$ccDobAttribute = Mage::getStoreConfig('payment/rm_pagseguro_cc/owner_dob_attribute');

if (empty($ccDobAttribute)) { //when asked with payment data
if (isset($payment['additional_information']['credit_card_owner_birthdate'])) {
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/RicardoMartins/PagSeguro/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<RicardoMartins_PagSeguro>
<version>3.2.3</version>
<version>3.2.4</version>
</RicardoMartins_PagSeguro>
</modules>
<global>
Expand Down

0 comments on commit 8fea857

Please sign in to comment.