Skip to content

Commit

Permalink
update messaging for 3/6/12 installments
Browse files Browse the repository at this point in the history
[chore] bump version
  • Loading branch information
garrett-schlesinger committed Oct 14, 2014
1 parent e50dc5c commit 4d724de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build/affirm_tar_to_connect_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
'archive_files' => 'Affirm_Magento.tar',
'extension_name' => 'Affirm_Magento',
'skip_version_compare' => true,
'extension_version' => '2.0.9',
'archive_connect' => 'Affirm_Magento-2.0.9.tgz',
'extension_version' => '2.0.10',
'archive_connect' => 'Affirm_Magento-2.0.10.tgz',
'path_output' => realpath('../var/'),

'stability' => 'stable',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ private function replaceLabel()
// This is a stopgap until the promo API is ready to go
$logoSrc = "https://cdn1.affirm.com/images/badges/affirm-logo_78x54.png";
$html = "<img src=\"" . $logoSrc . "\" width=\"39\" height=\"27\" class=\"v-middle\" />&nbsp;";

// TODO(brian): conditionally display based on payment type
// alt message: $html.= "Buy Now and Pay Later";
$html.= "Buy Now with 3 Easy Payments";
$html.= "Buy with Monthly Payments";

$this->setMethodLabelAfterHtml($html);
}
Expand Down
2 changes: 1 addition & 1 deletion extension/app/code/community/Affirm/Affirm/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Affirm_Affirm>
<version>2.0.9</version>
<version>2.0.10</version>
</Affirm_Affirm>
</modules>
<global>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Affirm_AffirmPromo>
<version>2.0.9</version>
<version>2.0.10</version>
</Affirm_AffirmPromo>
</modules>
<global>
Expand Down

0 comments on commit 4d724de

Please sign in to comment.